mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
update components
This commit is contained in:
parent
4f69bbfb13
commit
36d7dc70f3
7 changed files with 98 additions and 51 deletions
|
@ -1345,7 +1345,11 @@ get localTarget() {
|
|||
return this.event.target;
|
||||
},
|
||||
get path() {
|
||||
return this.event.path;
|
||||
var path = this.event.path;
|
||||
if (!Array.isArray(path)) {
|
||||
path = Array.prototype.slice.call(path);
|
||||
}
|
||||
return path;
|
||||
}
|
||||
};
|
||||
} else {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue