mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
fix: remove unnecessary renaming
This commit is contained in:
parent
c077a177e3
commit
480e683ad6
2 changed files with 2 additions and 1 deletions
|
@ -66,6 +66,7 @@
|
||||||
- [Fishbigger](https://github.com/fishbigger)
|
- [Fishbigger](https://github.com/fishbigger)
|
||||||
- [sleepycatcoding](https://github.com/sleepycatcoding)
|
- [sleepycatcoding](https://github.com/sleepycatcoding)
|
||||||
- [TheMelmacian](https://github.com/TheMelmacian)
|
- [TheMelmacian](https://github.com/TheMelmacian)
|
||||||
|
- [tehciolo](https://github.com/tehciolo)
|
||||||
|
|
||||||
# Emby Contributors
|
# Emby Contributors
|
||||||
|
|
||||||
|
|
|
@ -444,7 +444,7 @@ function executeCommand(item, id, options) {
|
||||||
});
|
});
|
||||||
break;
|
break;
|
||||||
case 'multiSelect':
|
case 'multiSelect':
|
||||||
import('./multiSelect/multiSelect').then(({ startMultiSelect: startMultiSelect }) => {
|
import('./multiSelect/multiSelect').then(({ startMultiSelect }) => {
|
||||||
const card = dom.parentWithClass(options.positionTo, 'card');
|
const card = dom.parentWithClass(options.positionTo, 'card');
|
||||||
startMultiSelect(card);
|
startMultiSelect(card);
|
||||||
});
|
});
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue