1
0
Fork 0
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:
Bill Thornton 2020-12-09 12:33:46 -05:00
parent 2f8c232ed8
commit 46fd6ca8f7

View file

@ -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;