mirror of
https://github.com/jellyfin/jellyfin-kodi.git
synced 2025-06-17 05:36:12 +00:00
fix: redundant userdata update for music rating
add settings for music ratings import/export
This commit is contained in:
parent
2d7f8a5a06
commit
ae06548c9d
5 changed files with 142 additions and 106 deletions
|
@ -274,6 +274,7 @@ class DownloadUtils():
|
|||
verify=verifyssl)
|
||||
|
||||
elif type == "POST":
|
||||
print url
|
||||
r = requests.post(url,
|
||||
json=postBody,
|
||||
headers=header,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue