Merge pull request #3454 from Bnyro/support-albums-channel-tab

feat: support for albums channel tab
This commit is contained in:
Bnyro 2024-03-13 18:11:47 +01:00 committed by GitHub
commit 9c33d9e464
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 2 deletions

View File

@ -213,8 +213,8 @@ export default {
case "playlists":
translatedTabName = this.$t("titles.playlists");
break;
case "channels":
translatedTabName = this.$t("titles.channels");
case "albums":
translatedTabName = this.$t("titles.albums");
break;
case "shorts":
translatedTabName = this.$t("video.shorts");

View File

@ -13,6 +13,7 @@
"player": "Player",
"livestreams": "Livestreams",
"channels": "Channels",
"albums": "Albums",
"bookmarks": "Bookmarks",
"channel_groups": "Channel groups",
"dearrow": "DeArrow"