mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-07-09 03:04:24 -04:00
update FlagsTostring
This commit is contained in:
parent
6936336b82
commit
b25d8b506b
@ -138,8 +138,8 @@ namespace MediaBrowser.Model.Dlna
|
||||
//flagValue = flagValue | DlnaFlags.DLNA_ORG_FLAG_TIME_BASED_SEEK;
|
||||
}
|
||||
|
||||
var dlnaflags = string.Format(";DLNA.ORG_FLAGS={0}000000000000000000000000",
|
||||
Enum.Format(typeof(DlnaFlags), flagValue, "x"));
|
||||
var dlnaflags = string.Format(";DLNA.ORG_FLAGS={0}",
|
||||
FlagsToString(flagValue));
|
||||
|
||||
var mediaProfile = _profile.GetVideoMediaProfile(container,
|
||||
audioCodec,
|
||||
|
Loading…
x
Reference in New Issue
Block a user