mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Fix eslint warning
This commit is contained in:
parent
2f8c232ed8
commit
46fd6ca8f7
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ function getBaseProfileOptions(item) {
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
function getDeviceProfile(item, options = {}) {
|
function getDeviceProfile(item) {
|
||||||
return new Promise(function (resolve) {
|
return new Promise(function (resolve) {
|
||||||
let profile;
|
let profile;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue