Fix item grid inconsistencies

This commit is contained in:
Bill Thornton
2025-12-18 13:14:53 -05:00
parent 9766d77fd4
commit 70d63ab623
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -157,7 +157,7 @@ export const getDefaultSortBy = (viewType: LibraryTab) => {
export const getDefaultLibraryViewSettings = (viewType: LibraryTab): LibraryViewSettings => {
return {
ShowTitle: true,
ShowYear: false,
ShowYear: true,
ViewMode: viewType === LibraryTab.Songs ? ViewMode.ListView : ViewMode.GridView,
ImageType: viewType === LibraryTab.Networks ? ImageType.Thumb : ImageType.Primary,
CardLayout: false,