mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
filter duplicate recordings based on showId
This commit is contained in:
parent
25b668f919
commit
649fd0000d
9 changed files with 21 additions and 67 deletions
|
@ -35,9 +35,9 @@
|
|||
if (header.SortField === defaultSortBy) {
|
||||
|
||||
if (query.SortOrder === "Descending") {
|
||||
cellHtml += '<span style="font-weight:bold;margin-left:5px;vertical-align:top;font-size:14px">↓</span>';
|
||||
cellHtml += '<span style="font-weight:bold;margin-left:5px;vertical-align:top;">↓</span>';
|
||||
} else {
|
||||
cellHtml += '<span style="font-weight:bold;margin-left:5px;vertical-align:top;font-size:14px;">↑</span>';
|
||||
cellHtml += '<span style="font-weight:bold;margin-left:5px;vertical-align:top;">↑</span>';
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -46,7 +46,6 @@
|
|||
{ name: Globalize.translate('OptionBlockGames'), value: 'Game' },
|
||||
{ name: Globalize.translate('OptionBlockChannelContent'), value: 'ChannelContent' },
|
||||
{ name: Globalize.translate('OptionBlockLiveTvChannels'), value: 'LiveTvChannel' },
|
||||
{ name: Globalize.translate('OptionBlockLiveTvPrograms'), value: 'LiveTvProgram' },
|
||||
{ name: Globalize.translate('OptionBlockMovies'), value: 'Movie' },
|
||||
{ name: Globalize.translate('OptionBlockMusic'), value: 'Music' },
|
||||
{ name: Globalize.translate('OptionBlockTrailers'), value: 'Trailer' },
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue