mirror of
				https://github.com/TeamPiped/Piped.git
				synced 2025-11-04 06:31:55 +00:00 
			
		
		
		
	Merge pull request #3454 from Bnyro/support-albums-channel-tab
feat: support for albums channel tab
This commit is contained in:
		@@ -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");
 | 
			
		||||
 
 | 
			
		||||
@@ -13,6 +13,7 @@
 | 
			
		||||
        "player": "Player",
 | 
			
		||||
        "livestreams": "Livestreams",
 | 
			
		||||
        "channels": "Channels",
 | 
			
		||||
        "albums": "Albums",
 | 
			
		||||
        "bookmarks": "Bookmarks",
 | 
			
		||||
        "channel_groups": "Channel groups",
 | 
			
		||||
        "dearrow": "DeArrow"
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user