Skip to content

Commit

Permalink
Einzelupdate ardundzdf.py
Browse files Browse the repository at this point in the history
  • Loading branch information
rols1 committed Apr 10, 2023
1 parent b634aed commit 5a13ea4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ardundzdf.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,9 @@
# +++++ ARDundZDF - Addon Kodi-Version, migriert von der Plexmediaserver-Version +++++

# VERSION -> addon.xml aktualisieren
# <nr>93</nr> # Numerierung für Einzelupdate
# <nr>94</nr> # Numerierung für Einzelupdate
VERSION = '4.6.8'
VDATE = '09.04.2023'
VDATE = '10.04.2023'


# (c) 2019 by Roland Scholz, rols1@gmx.de
Expand Down Expand Up @@ -1755,7 +1755,7 @@ def Audio_get_items_single(item, ID=''):
if attr:
attr = "Bild: %s" % attr

img = stringextract('image":', ',"', item)
img = stringextract('"image":', '},', item)
img = stringextract('"url":"', '"', img)
img = img.replace('{width}', '640')
img = img.replace('16x9', '1x1') # 16x9 kann fehlen, z,B. bei Suche
Expand Down

0 comments on commit 5a13ea4

Please sign in to comment.