Skip to content

Commit

Permalink
Einzelupdate ardundzdf.py
Browse files Browse the repository at this point in the history
  • Loading branch information
rols1 committed Nov 3, 2024
1 parent fc6aa41 commit 7ab3f74
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ardundzdf.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
# +++++ ARDundZDF - Addon Kodi-Version, migriert von der Plexmediaserver-Version +++++

# VERSION -> addon.xml aktualisieren
# <nr>221</nr> # Numerierung für Einzelupdate
# <nr>222</nr> # Numerierung für Einzelupdate
VERSION = '5.1.3'
VDATE = '03.11.2024'

Expand Down Expand Up @@ -3355,7 +3355,7 @@ def Audio_get_homescreen(page='', cluster_id=''):
if '/sammlung/' in web_url: # "Sammlungen"
href = ARD_AUDIO_BASE + "editorialcollections/%s/%s" % (node_id, href_add)
if '/rubrik/' in web_url: # "Rubriken"
href = "https://www.ardaudiothek.de/rubrik/%s" % node_id
href = "https://www.ardaudiothek.de/rubrik/%s/" % node_id
vert="web"
if '/episode/' in web_url: # "Episoden (einzelne Beiträge)"
href = ARD_AUDIO_BASE + "items/%s%s" % (node_id, href_add)
Expand Down

0 comments on commit 7ab3f74

Please sign in to comment.