소스 검색

Enable movie format ribbons

Per-user configuration to enable movie format ribbons
Tim Hobbs 11 년 전
부모
커밋
a402d3ea92
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      MediaBrowser.Model/Configuration/UserConfiguration.cs

+ 2 - 0
MediaBrowser.Model/Configuration/UserConfiguration.cs

@@ -57,6 +57,8 @@ namespace MediaBrowser.Model.Configuration
 
         public UnratedItem[] BlockUnratedItems { get; set; }
 
+        public bool DisplayMovieFormatRibbons { get; set; }
+
         /// <summary>
         /// Initializes a new instance of the <see cref="UserConfiguration" /> class.
         /// </summary>