Selaa lähdekoodia

Remove Index by Rating option until we have time to implement

Eric Reed 12 vuotta sitten
vanhempi
sitoutus
0edc717ec8
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      MediaBrowser.Controller/Entities/Folder.cs

+ 1 - 1
MediaBrowser.Controller/Entities/Folder.cs

@@ -206,7 +206,7 @@ namespace MediaBrowser.Controller.Entities
                 {LocalizedStrings.Instance.GetString("GenreDispPref"), GetIndexByGenre},
                 {LocalizedStrings.Instance.GetString("DirectorDispPref"), GetIndexByDirector},
                 {LocalizedStrings.Instance.GetString("YearDispPref"), GetIndexByYear},
-                {LocalizedStrings.Instance.GetString("OfficialRatingDispPref"), null},
+                //{LocalizedStrings.Instance.GetString("OfficialRatingDispPref"), null},
                 {LocalizedStrings.Instance.GetString("StudioDispPref"), GetIndexByStudio}
             };