Read EnableNextVideoInfoOverlay from database.
This commit is contained in:
parent
9fcf23bd21
commit
13d919f236
|
@ -106,6 +106,7 @@ namespace MediaBrowser.Api
|
|||
dto.CustomPrefs["chromecastVersion"] = result.ChromecastVersion.ToString().ToLowerInvariant();
|
||||
dto.CustomPrefs["skipForwardLength"] = result.SkipForwardLength.ToString();
|
||||
dto.CustomPrefs["skipBackLength"] = result.SkipBackwardLength.ToString();
|
||||
dto.CustomPrefs["enableNextVideoInfoOverlay"] = result.EnableNextVideoInfoOverlay.ToString();
|
||||
|
||||
return ToOptimizedResult(dto);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user