mirror of
https://gitlab.futo.org/videostreaming/grayjay.git
synced 2025-09-26 11:19:05 +00:00
Fix content recommendations on offline videos
This commit is contained in:
parent
527bbfe43f
commit
d312062125
2 changed files with 3 additions and 2 deletions
|
@ -237,7 +237,8 @@ open class JSClient : IPlatformClient {
|
|||
hasGetLiveChatWindow = plugin.executeBoolean("!!source.getLiveChatWindow") ?: false,
|
||||
hasGetContentChapters = plugin.executeBoolean("!!source.getContentChapters") ?: false,
|
||||
hasPeekChannelContents = plugin.executeBoolean("!!source.peekChannelContents") ?: false,
|
||||
hasGetChannelPlaylists = plugin.executeBoolean("!!source.getChannelPlaylists") ?: false
|
||||
hasGetChannelPlaylists = plugin.executeBoolean("!!source.getChannelPlaylists") ?: false,
|
||||
hasGetContentRecommendations = plugin.executeBoolean("!!source.getContentRecommendations") ?: false
|
||||
);
|
||||
|
||||
try {
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit 4cd358c2bd11e016bdfe1ed341fd5c7e49219758
|
||||
Subproject commit 04e1c0699354b928ea89c628a1cc23c0ca0fd88d
|
Loading…
Add table
Add a link
Reference in a new issue