mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-07-09 03:04:24 -04:00
PlayTo SupportedStaticFormats setting
This commit is contained in:
parent
e985e81e84
commit
13674ac716
@ -13,12 +13,14 @@ namespace MediaBrowser.Dlna.PlayTo.Configuration
|
|||||||
private set;
|
private set;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
private static readonly string[] _supportedStaticFormats = { "mp3", "flac", "m4a", "wma", "avi", "mp4", "mkv", "ts" };
|
||||||
|
|
||||||
[XmlIgnore]
|
[XmlIgnore]
|
||||||
public string[] SupportedStaticFormats
|
public string[] SupportedStaticFormats
|
||||||
{
|
{
|
||||||
get
|
get
|
||||||
{
|
{
|
||||||
return new[] { "mp3", "flac", "m4a", "wma", "avi", "mp4", "mkv" };
|
return _supportedStaticFormats;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user