File tree Expand file tree Collapse file tree 2 files changed +12
-7
lines changed Expand file tree Collapse file tree 2 files changed +12
-7
lines changed Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" UTF-8" standalone =" yes" ?>
22<addon id =" script.plex"
33 name =" Plex"
4- version =" 0.2.3 "
4+ version =" 0.2.4 "
55 provider-name =" Plex" >
66 <requires >
77 <import addon =" xbmc.python" version =" 2.26.0" />
3636 <source >https://github.com/plexinc/plex-for-kodi</source >
3737 <platform >all</platform >
3838 <news >
39- Added Skip Intro (thanks to pannal )
40- Use device name for friendly name
41- Fix some hubs not displaying
42- Added title scrolling when focused on some items
43- Show playback speed on OSD
44- Fix possible error on playlists window
39+ Add Simplified Chinese translations (thanks to lsl330 )
40+ Replace progressive jpg files (thanks to shyzus)
41+ Fix deprecated calls to thread.isAlive() with thread.is_alive() (thanks to mliudev)
42+ Work around github.com/python/cpython/issues/71587 (thanks to garymm)
43+ Fix error preventing music playback (thanks to markojaadam)
44+ Settings: Fix error when displaying About
4545 </news >
4646 <assets >
4747 <icon >icon.png</icon >
Original file line number Diff line number Diff line change 11[- 0.2.4 -]
22
33Add Simplified Chinese translations (thanks to lsl330)
4+ Replace progressive jpg files (thanks to shyzus)
5+ Fix deprecated calls to thread.isAlive() with thread.is_alive() (thanks to mliudev)
6+ Work around https://github.com/python/cpython/issues/71587 (thanks to garymm)
7+ Fix error preventing music playback (thanks to markojaadam)
8+ Settings: Fix error when displaying About
49
510[- 0.2.3 -]
611
You can’t perform that action at this time.
0 commit comments