restored external subtitle support

This commit is contained in:
Luke Pulverenti
2014-02-10 13:39:41 -05:00
parent 44bb192ce0
commit 013d5a467e
75 changed files with 548 additions and 440 deletions

View File

@@ -15,6 +15,7 @@ namespace MediaBrowser.Model.Configuration
public ImageOption[] ImageOptions { get; set; }
public string[] DisabledMetadataSavers { get; set; }
public string[] LocalMetadataReaders { get; set; }
public MetadataOptions()
: this(3, 1280)
@@ -35,6 +36,7 @@ namespace MediaBrowser.Model.Configuration
ImageOptions = imageOptions.ToArray();
DisabledMetadataSavers = new string[] { };
LocalMetadataReaders = new string[] { };
}
public int GetLimit(ImageType type)