mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
fix album save in metadata manager
This commit is contained in:
parent
9336922f29
commit
adacfbbab3
15 changed files with 353 additions and 90 deletions
|
@ -558,6 +558,8 @@
|
|||
|
||||
self.logout = function () {
|
||||
|
||||
self.closeWebSocket();
|
||||
|
||||
var done = function () {
|
||||
self.setCurrentUserId(null, null);
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue