mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-07-09 03:04:24 -04:00
remove dlna conditionals
This commit is contained in:
parent
c60103df64
commit
e221bd5c9e
@ -1749,11 +1749,11 @@ namespace MediaBrowser.Api.Playback
|
||||
|
||||
if (isStaticallyStreamed)
|
||||
{
|
||||
flagValue = flagValue | DlnaFlags.DLNA_ORG_FLAG_BYTE_BASED_SEEK;
|
||||
//flagValue = flagValue | DlnaFlags.DLNA_ORG_FLAG_BYTE_BASED_SEEK;
|
||||
}
|
||||
else if (state.RunTimeTicks.HasValue)
|
||||
{
|
||||
flagValue = flagValue | DlnaFlags.DLNA_ORG_FLAG_TIME_BASED_SEEK;
|
||||
//flagValue = flagValue | DlnaFlags.DLNA_ORG_FLAG_TIME_BASED_SEEK;
|
||||
}
|
||||
|
||||
var dlnaflags = string.Format(";DLNA.ORG_FLAGS={0}000000000000000000000000",
|
||||
|
Loading…
x
Reference in New Issue
Block a user