From 848bf1c05061b085a1ee1821e4297b1d2e2c8277 Mon Sep 17 00:00:00 2001 From: sharkykh Date: Mon, 13 Apr 2020 15:19:58 +0300 Subject: [PATCH 1/2] Fix schedule calendar view --- themes-default/slim/views/partials/schedule/calendar.mako | 4 ++-- themes/dark/templates/partials/schedule/calendar.mako | 4 ++-- themes/light/templates/partials/schedule/calendar.mako | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/themes-default/slim/views/partials/schedule/calendar.mako b/themes-default/slim/views/partials/schedule/calendar.mako index 7c788767ba..579cef7831 100644 --- a/themes-default/slim/views/partials/schedule/calendar.mako +++ b/themes-default/slim/views/partials/schedule/calendar.mako @@ -38,7 +38,7 @@
- +
@@ -46,7 +46,7 @@ ${airtime} on ${cur_result["network"]} - + ${'S%02iE%02i' % (int(cur_result['season']), int(cur_result['episode']))} - ${cur_result['name']} diff --git a/themes/dark/templates/partials/schedule/calendar.mako b/themes/dark/templates/partials/schedule/calendar.mako index 7c788767ba..579cef7831 100644 --- a/themes/dark/templates/partials/schedule/calendar.mako +++ b/themes/dark/templates/partials/schedule/calendar.mako @@ -38,7 +38,7 @@
- +
@@ -46,7 +46,7 @@ ${airtime} on ${cur_result["network"]} - + ${'S%02iE%02i' % (int(cur_result['season']), int(cur_result['episode']))} - ${cur_result['name']} diff --git a/themes/light/templates/partials/schedule/calendar.mako b/themes/light/templates/partials/schedule/calendar.mako index 7c788767ba..579cef7831 100644 --- a/themes/light/templates/partials/schedule/calendar.mako +++ b/themes/light/templates/partials/schedule/calendar.mako @@ -38,7 +38,7 @@
- +
@@ -46,7 +46,7 @@ ${airtime} on ${cur_result["network"]} - + ${'S%02iE%02i' % (int(cur_result['season']), int(cur_result['episode']))} - ${cur_result['name']} From 4a3c00f4d134b5799d5d9febf79f67a2bb6f2fd4 Mon Sep 17 00:00:00 2001 From: sharkykh Date: Mon, 13 Apr 2020 15:24:54 +0300 Subject: [PATCH 2/2] Update changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 667168e63a..601f588176 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,7 @@ - Fixed root dirs not always shown on Home page ([#7921](https://github.com/pymedusa/Medusa/pull/7921)) - Fixed starting medusa failed running python3.8 on windows ([#7940](https://github.com/pymedusa/Medusa/pull/7940)) - Fixed Speed.cd provider login ([#7941](https://github.com/pymedusa/Medusa/pull/7941)) +- Fixed [#7959](https://github.com/pymedusa/Medusa/issues/7959) - UI bug on schedule calendar view ([#7962](https://github.com/pymedusa/Medusa/pull/7962)) -----