mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-08-19 21:03:21 -07:00
Prevent rating_key collisions when updating metadata
This commit is contained in:
parent
cba746920a
commit
c3d09d34f8
3 changed files with 120 additions and 24 deletions
|
@ -233,8 +233,9 @@ DOCUMENTATION :: END
|
|||
data: {
|
||||
old_rating_key: '${query["rating_key"]}',
|
||||
new_rating_key: new_rating_key,
|
||||
media_type: '${query["media_type"]}'
|
||||
},
|
||||
media_type: '${query["media_type"]}',
|
||||
single_update: true
|
||||
},
|
||||
async: true,
|
||||
success: function (data) {
|
||||
window.location.href = new_href;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue