mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
#762 - Marking unwatched doesn't update display
This commit is contained in:
parent
121f5e2b28
commit
7dcdc83f6f
1 changed files with 1 additions and 1 deletions
|
@ -159,7 +159,7 @@
|
||||||
|
|
||||||
if (userData) {
|
if (userData) {
|
||||||
currentItem.UserData = userData;
|
currentItem.UserData = userData;
|
||||||
reloadFromItem(page, currentItem);
|
renderUserDataIcons(page, currentItem);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue