mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Handle unrecognized ratings properly
This commit is contained in:
parent
d09b8462c4
commit
040b1bd4f4
2 changed files with 2 additions and 1 deletions
|
@ -1391,6 +1391,7 @@
|
|||
"HeaderVideoTypes": "Video Types",
|
||||
"HeaderYears": "Years",
|
||||
"HeaderAddTag": "Add Tag",
|
||||
"HeaderBlockItemsWithNoRating": "Block content with no or unrecognized rating information:",
|
||||
"LabelBlockContentWithTags": "Block content with tags:",
|
||||
"LabelTag": "Tag:",
|
||||
"LabelEnableSingleImageInDidlLimit": "Limit to single embedded image",
|
||||
|
|
|
@ -315,7 +315,7 @@
|
|||
"LabelSeasonNumber": "Season number:",
|
||||
"HeaderChannels": "Channels",
|
||||
"HeaderMediaFolders": "Media Folders",
|
||||
"HeaderBlockItemsWithNoRating": "Block content with no rating information:",
|
||||
"HeaderBlockItemsWithNoRating": "Block content with no or unrecognized rating information:",
|
||||
"OptionBlockOthers": "Others",
|
||||
"OptionBlockTvShows": "TV Shows",
|
||||
"OptionBlockTrailers": "Trailers",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue