forked from hummypkg/webif
1
0
Fork 0

Remove out directory (webif-channelicons)

This commit is contained in:
prpr 2023-12-12 00:41:16 +00:00
parent 3deb1cedff
commit c0ed6a65d9
2 changed files with 2 additions and 2 deletions

View File

@ -388,7 +388,7 @@ $('.ct_event, .ct_debug')
});
return "<span>" + s +
'<img class=visualicon ' +
'src="/img/channels/out/' +
'src="/img/channels/' +
channel + '.png"></span> ' +
"<span>" + channel +
' (' + period + ')</span>';

View File

@ -134,7 +134,7 @@ epg method type_icon {} {
}
proc {epg channeliconpath} {name} {
return "/img/channels/out/$name.png"
return "/img/channels/$name.png"
}
proc {epg channelicon} {name {width 0} {style ""}} {