1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

fix recording cancel

This commit is contained in:
Luke Pulverenti 2016-10-25 02:17:02 -04:00
parent da603728ba
commit be5357c365
48 changed files with 60 additions and 18 deletions

View file

@ -964,8 +964,8 @@ define(['datetime', 'imageLoader', 'connectionManager', 'itemHelper', 'mediaInfo
if (item.RecordAnyChannel) {
lines.push(globalize.translate('sharedcomponents#AllChannels'));
}
else if (item.ChannelId) {
lines.push(item.ChannelName || '');
else {
lines.push(item.ChannelName || globalize.translate('sharedcomponents#OneChannel'));
}
}