add patch to hide empty 'Your Episodes' section

#805
This commit is contained in:
amd64fox
2025-12-24 17:25:35 +03:00
parent c2526dc3b8
commit 99c235dff4

View File

@@ -2561,6 +2561,14 @@
},
"match": "=>\\{((?:(?!=>\\{).)*?(?=\"loggedin_upgrade_menu))",
"replace": "=>{ return null; $1"
},
"hideEmptyYourEpisodes": {
"version": {
"fr": "1.2.78",
"to": ""
},
"match": "(includeYourEpisodes\\?\\{inclusionMode:[^,}]+\\.)INCLUDE_ALWAYS",
"replace": "$1INCLUDE_IF_NOT_EMPTY"
}
}
}