mirror of
https://github.com/jellyfin/jellyfin-web.git
synced 2024-11-18 11:28:23 -07:00
Fix eslint warning
This commit is contained in:
parent
2f8c232ed8
commit
46fd6ca8f7
@ -28,7 +28,7 @@ function getBaseProfileOptions(item) {
|
||||
};
|
||||
}
|
||||
|
||||
function getDeviceProfile(item, options = {}) {
|
||||
function getDeviceProfile(item) {
|
||||
return new Promise(function (resolve) {
|
||||
let profile;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user