mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
allow editing of channel images in the web client
This commit is contained in:
parent
d3a3e54791
commit
b96d16576f
9 changed files with 369 additions and 38 deletions
|
@ -4,7 +4,7 @@
|
|||
|
||||
var html = '';
|
||||
|
||||
html += '<a class="squareTileItem tileItem" href="#">';
|
||||
html += '<a class="squareTileItem tileItem" href="livetvchannel.html?id=' + channel.Id + '">';
|
||||
|
||||
var imgUrl;
|
||||
var isDefault;
|
||||
|
@ -13,7 +13,7 @@
|
|||
|
||||
|
||||
imgUrl = apiClient.getUrl("LiveTV/Channels/" + channel.Id + "/Images/Primary", {
|
||||
|
||||
|
||||
tag: channel.PrimaryImageTag,
|
||||
height: 300
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue