From 99c235dff4087eab5ded7b4a0b2646560081de5b Mon Sep 17 00:00:00 2001 From: amd64fox <62529699+amd64fox@users.noreply.github.com> Date: Wed, 24 Dec 2025 17:25:35 +0300 Subject: [PATCH] add patch to hide empty 'Your Episodes' section #805 --- patches/patches.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/patches/patches.json b/patches/patches.json index d337d02..a15f6cb 100644 --- a/patches/patches.json +++ b/patches/patches.json @@ -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" } } } \ No newline at end of file