Fix content recommendations on offline videos

This commit is contained in:
Kelvin 2024-09-10 20:40:14 +02:00
parent 527bbfe43f
commit d312062125
2 changed files with 3 additions and 2 deletions

View File

@ -237,7 +237,8 @@ open class JSClient : IPlatformClient {
hasGetLiveChatWindow = plugin.executeBoolean("!!source.getLiveChatWindow") ?: false, hasGetLiveChatWindow = plugin.executeBoolean("!!source.getLiveChatWindow") ?: false,
hasGetContentChapters = plugin.executeBoolean("!!source.getContentChapters") ?: false, hasGetContentChapters = plugin.executeBoolean("!!source.getContentChapters") ?: false,
hasPeekChannelContents = plugin.executeBoolean("!!source.peekChannelContents") ?: 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 { try {

@ -1 +1 @@
Subproject commit 4cd358c2bd11e016bdfe1ed341fd5c7e49219758 Subproject commit 04e1c0699354b928ea89c628a1cc23c0ca0fd88d