mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-07-09 03:04:24 -04:00
Read skip lengths from server.
This commit is contained in:
parent
0d13d830bb
commit
ff7105982a
@ -104,6 +104,8 @@ namespace MediaBrowser.Api
|
|||||||
}
|
}
|
||||||
|
|
||||||
dto.CustomPrefs["chromecastVersion"] = result.ChromecastVersion.ToString().ToLowerInvariant();
|
dto.CustomPrefs["chromecastVersion"] = result.ChromecastVersion.ToString().ToLowerInvariant();
|
||||||
|
dto.CustomPrefs["skipForwardLength"] = result.SkipForwardLength.ToString();
|
||||||
|
dto.CustomPrefs["skipBackLength"] = result.SkipBackwardLength.ToString();
|
||||||
|
|
||||||
return ToOptimizedResult(dto);
|
return ToOptimizedResult(dto);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user