Ver Fonte

Enable movie format ribbons

Per-user configuration to enable movie format ribbons
Tim Hobbs há 11 anos atrás
pai
commit
a402d3ea92
1 ficheiros alterados com 2 adições e 0 exclusões
  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>