From 266a583405d71de2c0d280faaa0cd80db81b5ed5 Mon Sep 17 00:00:00 2001 From: root Date: Fri, 6 Sep 2024 17:39:13 +0200 Subject: [PATCH] 1.9.0 --- CONTROL/control | 2 +- src/PluginUtils.py | 1 + src/Version.py | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/CONTROL/control b/CONTROL/control index 05466cb..82cd4b4 100644 --- a/CONTROL/control +++ b/CONTROL/control @@ -1,6 +1,6 @@ Description: TVMagazineCockpit Maintainer: dream-alpha Package: enigma2-plugin-extensions-tvmagazinecockpit -Version: 1.8.2 +Version: 1.9.0 Architecture: all Depends: enigma2-plugin-skincomponents-extmultilistselection diff --git a/src/PluginUtils.py b/src/PluginUtils.py index 7ade745..a044a53 100644 --- a/src/PluginUtils.py +++ b/src/PluginUtils.py @@ -28,6 +28,7 @@ WHERE_MEDIATHEK_SEARCH = -96 WHERE_TVMAGAZINE_SEARCH = -95 WHERE_COVER_DOWNLOAD = -94 +WHERE_JOBCOCKPIT = -93 def getPlugin(where): diff --git a/src/Version.py b/src/Version.py index 14af638..a9bac55 100644 --- a/src/Version.py +++ b/src/Version.py @@ -21,6 +21,6 @@ PLUGIN = "TVMagazineCockpit" ID = "TVC" -VERSION = "1.8.2" +VERSION = "1.9.0" COPYRIGHT = "2018-2024 by dream-alpha" LICENSE = "This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version."