mirror of
https://github.com/jellyfin/jellyfin-kodi.git
synced 2024-11-10 04:06:11 +00:00
Add more logging
This commit is contained in:
parent
228501d99c
commit
13667f6a84
1 changed files with 1 additions and 1 deletions
|
@ -134,7 +134,7 @@ if __name__ == '__main__':
|
|||
line1=("Delete file from Emby Server? This will "
|
||||
"also delete the file(s) from disk!"))
|
||||
if not resp:
|
||||
logMsg("User skipped deletion.", 1)
|
||||
logMsg("User skipped deletion for: %s." % embyid, 1)
|
||||
delete = False
|
||||
|
||||
if delete:
|
||||
|
|
Loading…
Reference in a new issue