mirror of
https://gitlab.futo.org/videostreaming/grayjay.git
synced 2025-05-29 13:00:21 +02:00
Fix content recommendations on offline videos
This commit is contained in:
parent
527bbfe43f
commit
d312062125
@ -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…
x
Reference in New Issue
Block a user