revert origin change

This commit is contained in:
Luke Pulverenti
2016-02-05 11:04:04 -05:00
parent 4ba4072e63
commit b94dc9d31a
2 changed files with 0 additions and 8 deletions

View File

@@ -51,8 +51,6 @@ namespace MediaBrowser.Model.Dto
public string TranscodingUrl { get; set; }
public string TranscodingSubProtocol { get; set; }
public string TranscodingContainer { get; set; }
public bool EnableHttpCredentials { get; set; }
public MediaSourceInfo()
{
@@ -63,7 +61,6 @@ namespace MediaBrowser.Model.Dto
SupportsTranscoding = true;
SupportsDirectStream = true;
SupportsDirectPlay = true;
EnableHttpCredentials = true;
}
public int? DefaultAudioStreamIndex { get; set; }