Remove image size hack

This commit is contained in:
MrTimscampi 2020-07-31 15:18:32 +02:00
parent f430518d45
commit ae520390c6
6 changed files with 13 additions and 13 deletions

View file

@ -81,7 +81,7 @@ import 'emby-playstatebutton';
let itemId;
const options = {
maxWidth: width * 2,
maxWidth: width,
type: 'Primary'
};
@ -108,7 +108,7 @@ import 'emby-playstatebutton';
function getChannelImageUrl(item, width) {
const apiClient = connectionManager.getApiClient(item.ServerId);
const options = {
maxWidth: width * 2,
maxWidth: width,
type: 'Primary'
};