update FlagsTostring

This commit is contained in:
Luke Pulverenti 2014-05-03 16:43:09 -04:00
parent 6936336b82
commit b25d8b506b

View file

@ -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,