Browse Source

fix merge conflict

Luke Pulverenti 9 years ago
parent
commit
8fcbb60cf7
1 changed files with 1 additions and 1 deletions
  1. 1 1
      MediaBrowser.Controller/Entities/ItemImageInfo.cs

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

@@ -29,7 +29,7 @@ namespace MediaBrowser.Controller.Entities
         /// </summary>
         /// <value><c>true</c> if this instance is placeholder; otherwise, <c>false</c>.</value>
         public bool IsPlaceholder { get; set; }
-        
+
         [IgnoreDataMember]
         public bool IsLocalFile
         {