mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
update sync dialogs
This commit is contained in:
parent
db403c3cd4
commit
f5ad0dbc21
12 changed files with 124 additions and 147 deletions
|
@ -10,6 +10,7 @@
|
|||
|
||||
var self = this;
|
||||
|
||||
options = options || {};
|
||||
self.options = options;
|
||||
|
||||
function resetSyncStatus() {
|
||||
|
@ -67,12 +68,10 @@
|
|||
}
|
||||
}
|
||||
|
||||
syncToggle.prototype.refresh = function(item) {
|
||||
syncToggle.prototype.refresh = function (item) {
|
||||
|
||||
if (this.options) {
|
||||
this.options.item = item;
|
||||
updateSyncStatus(this.options.container, item);
|
||||
}
|
||||
this.options.item = item;
|
||||
updateSyncStatus(this.options.container, item);
|
||||
};
|
||||
|
||||
syncToggle.prototype.destroy = function () {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue