mirror of
https://github.com/jellyfin/jellyfin-kodi.git
synced 2025-05-25 09:16:13 +00:00
Change settings name
To ensure it takes default value instead of previous value set in 3.0.34
This commit is contained in:
parent
97a4e4d4e6
commit
570a233d14
4 changed files with 4 additions and 3 deletions
|
@ -272,6 +272,7 @@ def delete_folder(path=None):
|
|||
|
||||
if delete_path:
|
||||
xbmcvfs.delete(path)
|
||||
|
||||
LOG.info("DELETE %s", path)
|
||||
|
||||
def delete_recursive(path, dirs):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue