mirror of
https://github.com/KRTirtho/spotube.git
synced 2025-09-13 07:55:18 +00:00
chore: bump version and add changelogs
This commit is contained in:
parent
2168a640af
commit
bcba45fbd1
33
CHANGELOG.md
33
CHANGELOG.md
@ -2,6 +2,39 @@
|
||||
|
||||
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
|
||||
|
||||
## [3.5.0](https://personal.github.com/krtirtho/spotube/compare/v3.4.0...v3.5.0) (2024-01-27)
|
||||
|
||||
|
||||
### Features
|
||||
|
||||
* add create playlist button in add playlist dialog ([2168a64](https://personal.github.com/krtirtho/spotube/commit/2168a640af3104a43139c303d78e2c2326a1bda7))
|
||||
* add spotify friends activity ([#1130](https://personal.github.com/krtirtho/spotube/issues/1130)) ([7983932](https://personal.github.com/krtirtho/spotube/commit/79839329b0970acccb0c566a31eee508adbc8557))
|
||||
* **deep-link:** add track opening page ([988a975](https://personal.github.com/krtirtho/spotube/commit/988a975bf1a675df0cfc7b17776bcec74c67f1f2))
|
||||
* haptic feedback on long press and reordering actions ([6242200](https://personal.github.com/krtirtho/spotube/commit/624220090572eb643dce37ca8ffd85d2b3f5c9df))
|
||||
* improve youtube/piped matching by suffixing "- Topic" ([8184555](https://personal.github.com/krtirtho/spotube/commit/8184555ee89fd30aaf886af9fc1d52c142fdebb0))
|
||||
* **translations:** add Nepali (नेपाली) translations ([#1111](https://personal.github.com/krtirtho/spotube/issues/1111)) ([c3ebf56](https://personal.github.com/krtirtho/spotube/commit/c3ebf56ac149b0af8815a5533fe6c386df743440)), closes [#1074](https://personal.github.com/krtirtho/spotube/issues/1074) [#1100](https://personal.github.com/krtirtho/spotube/issues/1100)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* alternative searched sources doesn't play [#1059](https://personal.github.com/krtirtho/spotube/issues/1059) ([a8e9b82](https://personal.github.com/krtirtho/spotube/commit/a8e9b824f33add8f6a83f0d147e889eb6beeb442))
|
||||
* alternative source doesn't persist on next restart [#840](https://personal.github.com/krtirtho/spotube/issues/840) ([62fde50](https://personal.github.com/krtirtho/spotube/commit/62fde50442f04f93255b5b1b1dcca23d116a13ec))
|
||||
* **android:** download failing for permission issues [#1015](https://personal.github.com/krtirtho/spotube/issues/1015) ([5509cae](https://personal.github.com/krtirtho/spotube/commit/5509cae91c8b1f5cb9fac179060f477397a4a27f))
|
||||
* artist page error [#1018](https://personal.github.com/krtirtho/spotube/issues/1018) ([8cd650b](https://personal.github.com/krtirtho/spotube/commit/8cd650b07e5f4c4c2f296bf4374e5ee67fb3eb50))
|
||||
* audio resumes after a phone call even if it was paused before [#926](https://personal.github.com/krtirtho/spotube/issues/926) ([fd1899f](https://personal.github.com/krtirtho/spotube/commit/fd1899f162395752142d7aa7320d1c39b0995070))
|
||||
* better error message for failing to find lyrics [#1085](https://personal.github.com/krtirtho/spotube/issues/1085) ([e58e18d](https://personal.github.com/krtirtho/spotube/commit/e58e18de33d7bc6fb0e4ddd7ccf6ea14472642b1))
|
||||
* Black window flash when starting the app ([#1003](https://personal.github.com/krtirtho/spotube/issues/1003)) ([02e44fc](https://personal.github.com/krtirtho/spotube/commit/02e44fc6b849a873adad382f5d46ed8caf32359f))
|
||||
* **linux:** crash after login ([0dfd401](https://personal.github.com/krtirtho/spotube/commit/0dfd40153714b7a4b83ac30f0c56830bc0c05ffd))
|
||||
* **macos:** backbutton and window button overlap and unused empty space on home ([b9417ca](https://personal.github.com/krtirtho/spotube/commit/b9417ca3575992673357230dab49e0124dd576b1))
|
||||
* **macos:** download folder unchangeable ([9d74cf5](https://personal.github.com/krtirtho/spotube/commit/9d74cf5fc250a6a143321d49b8e045519b4c2872))
|
||||
* **macos:** Respect Minimize to tray option ([#1001](https://personal.github.com/krtirtho/spotube/issues/1001)) ([69559ba](https://personal.github.com/krtirtho/spotube/commit/69559ba24285636e42b2f2231f956c31388c5cf3))
|
||||
* **macos:** system tray shows name and sidebar weird gap [#1083](https://personal.github.com/krtirtho/spotube/issues/1083) ([27057ea](https://personal.github.com/krtirtho/spotube/commit/27057ea0c8d83c9701057c18b473f1af4e4e82be))
|
||||
* releases section is empty when user doesn't follow any artists [#1104](https://personal.github.com/krtirtho/spotube/issues/1104) ([682e88e](https://personal.github.com/krtirtho/spotube/commit/682e88e0c55bc0f4708bc0b4681b129e5c61c999))
|
||||
* search page vertical scrollbar moves on horizontal scroll [#1017](https://personal.github.com/krtirtho/spotube/issues/1017) ([c203ac6](https://personal.github.com/krtirtho/spotube/commit/c203ac69ee74ba8722dae3da4b47761cd8d59c34))
|
||||
* songs doesn't play when sources with preferred audio codec is empty ([#976](https://personal.github.com/krtirtho/spotube/issues/976)) ([ba4e11a](https://personal.github.com/krtirtho/spotube/commit/ba4e11a40ab18308437a05333a46eace6f8eeb5a))
|
||||
* track index not showing after 200 ([a752cf4](https://personal.github.com/krtirtho/spotube/commit/a752cf4c978d1b05851aabb6c84c7862de551320))
|
||||
* track pad horizontal scrolling not working ([59e0e6b](https://personal.github.com/krtirtho/spotube/commit/59e0e6bb659b70831f6e0ae064100381c57f149c))
|
||||
|
||||
## [3.4.0](https://github.com/KRTirtho/spotube/compare/v3.3.0...v3.4.0) (2023-12-30)
|
||||
|
||||
|
||||
|
@ -236,8 +236,8 @@ If you are concerned, you can [read the reason of choosing this license](https:/
|
||||
1. [flutter_svg](https://pub.dev/packages/flutter_svg) - An SVG rendering and widget library for Flutter, which allows painting and displaying Scalable Vector Graphics 1.1 files.
|
||||
1. [form_validator](https://github.com/TheMisir/form-validator) - Simplest form validation library for flutter's form field widgets
|
||||
1. [fuzzywuzzy](https://github.com/sphericalkat/dart-fuzzywuzzy) - An implementation of the popular fuzzywuzzy package in Dart, to suit all your fuzzy string matching/searching needs!
|
||||
1. [google_fonts](https://pub.dev/packages/google_fonts) - A Flutter package to use fonts from fonts.google.com. Supports HTTP fetching, caching, and asset bundling.
|
||||
1. [go_router](https://pub.dev/packages/go_router) - A declarative router for Flutter based on Navigation 2 supporting deep linking, data-driven routes and more
|
||||
1. [google_fonts](https://pub.dev/packages/google_fonts) - A Flutter package to use fonts from fonts.google.com. Supports HTTP fetching, caching, and asset bundling.
|
||||
1. [hive](https://github.com/hivedb/hive/tree/master/hive) - Lightweight and blazing fast key-value database written in pure Dart. Strongly encrypted using AES-256.
|
||||
1. [hive_flutter](https://github.com/hivedb/hive/tree/master/hive_flutter) - Extension for Hive. Makes it easier to use Hive in Flutter apps.
|
||||
1. [hooks_riverpod](https://riverpod.dev) - A simple way to access state from anywhere in your application while robust and testable.
|
||||
@ -260,8 +260,8 @@ If you are concerned, you can [read the reason of choosing this license](https:/
|
||||
1. [piped_client](https://github.com/KRTirtho/piped_client) - API Client for piped.video
|
||||
1. [popover](https://github.com/minikin/popover) - A popover is a transient view that appears above other content onscreen when you tap a control or in an area.
|
||||
1. [scroll_to_index](https://github.com/quire-io/scroll-to-index) - Scroll to a specific child of any scrollable widget in Flutter
|
||||
1. [shared_preferences](https://pub.dev/packages/shared_preferences) - Flutter plugin for reading and writing simple key-value pairs. Wraps NSUserDefaults on iOS and SharedPreferences on Android.
|
||||
1. [sidebarx](https://github.com/Frezyx/sidebarx) - flutter multiplatform navigation sidebar / side navigationbar / drawer widget
|
||||
1. [shared_preferences](https://pub.dev/packages/shared_preferences) - Flutter plugin for reading and writing simple key-value pairs. Wraps NSUserDefaults on iOS and SharedPreferences on Android.
|
||||
1. [skeleton_text](https://github.com/101Loop/Skeleton-Text) - A package that provides an easy way to add skeleton text loading animation in Flutter project. This project is a part of 101Loop community.
|
||||
1. [smtc_windows](https://github.com/KRTirtho/smtc_windows) - Windows `SystemMediaTransportControls` implementation for Flutter giving access to Windows OS Media Control applet.
|
||||
1. [spotify](https://github.com/rinukkusu/spotify-dart) - An incomplete dart library for interfacing with the Spotify Web API.
|
||||
|
@ -282,5 +282,9 @@
|
||||
"discord_rich_presence": "وجود ديسكورد الغني",
|
||||
"browse_all": "تصفح الكل",
|
||||
"genres": "الأنواع الموسيقية",
|
||||
"explore_genres": "استكشاف الأنواع"
|
||||
"explore_genres": "استكشاف الأنواع",
|
||||
"step_3_steps": "انسخ قيمة الكوكي \"sp_dc\"",
|
||||
"step_4_steps": "الصق قيمة \"sp_dc\" المنسوخة",
|
||||
"friends": "أصدقاء",
|
||||
"no_lyrics_available": "عذرًا، تعذر العثور على كلمات الأغنية لهذه العنصر"
|
||||
}
|
@ -282,5 +282,9 @@
|
||||
"discord_rich_presence": "وجود ديسكورد الغني",
|
||||
"browse_all": "تصفح الكل",
|
||||
"genres": "الأنواع الموسيقية",
|
||||
"explore_genres": "استكشاف الأنواع"
|
||||
"explore_genres": "استكشاف الأنواع",
|
||||
"step_3_steps": "কুকি \"sp_dc\" এর মানটি কপি করুন",
|
||||
"step_4_steps": "কপি করা \"sp_dc\" মানটি পেস্ট করুন",
|
||||
"friends": "বন্ধু",
|
||||
"no_lyrics_available": "দুঃখিত, এই ট্র্যাকের জন্য কথা খুঁজে পাওয়া গেলনা"
|
||||
}
|
@ -282,5 +282,9 @@
|
||||
"discord_rich_presence": "Presència rica de Discord",
|
||||
"browse_all": "Navega per tot",
|
||||
"genres": "Gèneres",
|
||||
"explore_genres": "Explora els gèneres"
|
||||
"explore_genres": "Explora els gèneres",
|
||||
"step_3_steps": "Copia el valor de la cookie \"sp_dc\"",
|
||||
"step_4_steps": "Pega el valor copiado de \"sp_dc\"",
|
||||
"friends": "Amics",
|
||||
"no_lyrics_available": "Ho sentim, no es poden trobar les lletres d'aquesta pista"
|
||||
}
|
@ -282,5 +282,9 @@
|
||||
"discord_rich_presence": "Discord Rich Presence",
|
||||
"browse_all": "Alles durchsuchen",
|
||||
"genres": "Genres",
|
||||
"explore_genres": "Genres erkunden"
|
||||
"explore_genres": "Genres erkunden",
|
||||
"step_3_steps": "Kopiere den Wert des Cookies \"sp_dc\"",
|
||||
"step_4_steps": "Füge den kopierten Wert von \"sp_dc\" ein",
|
||||
"friends": "Freunde",
|
||||
"no_lyrics_available": "Entschuldigung, Texte für diesen Track konnten nicht gefunden werden"
|
||||
}
|
@ -282,5 +282,9 @@
|
||||
"discord_rich_presence": "Presencia rica en Discord",
|
||||
"browse_all": "Explorar todo",
|
||||
"genres": "Géneros",
|
||||
"explore_genres": "Explorar géneros"
|
||||
"explore_genres": "Explorar géneros",
|
||||
"step_3_steps": "Copia el valor de la cookie \"sp_dc\"",
|
||||
"step_4_steps": "Pega el valor copiado de \"sp_dc\"",
|
||||
"friends": "Amigos",
|
||||
"no_lyrics_available": "Lo siento, no se pueden encontrar las letras de esta pista"
|
||||
}
|
@ -282,5 +282,9 @@
|
||||
"discord_rich_presence": "حضور غنی دیسکورد",
|
||||
"browse_all": "مرور همه",
|
||||
"genres": "ژانرها",
|
||||
"explore_genres": "استکشاف ژانرها"
|
||||
"explore_genres": "استکشاف ژانرها",
|
||||
"step_3_steps": "مقدار کوکی \"sp_dc\" را کپی کنید",
|
||||
"step_4_steps": "مقدار کپی شده \"sp_dc\" را الصاق کنید",
|
||||
"friends": "دوستان",
|
||||
"no_lyrics_available": "متاسفیم، قادر به یافتن متن این قطعه نیستیم"
|
||||
}
|
@ -282,5 +282,9 @@
|
||||
"discord_rich_presence": "Présence riche de Discord",
|
||||
"browse_all": "Parcourir tout",
|
||||
"genres": "Genres",
|
||||
"explore_genres": "Explorer les genres"
|
||||
"explore_genres": "Explorer les genres",
|
||||
"step_3_steps": "Copiez la valeur du cookie \"sp_dc\"",
|
||||
"step_4_steps": "Collez la valeur copiée de \"sp_dc\"",
|
||||
"friends": "Amis",
|
||||
"no_lyrics_available": "Désolé, impossible de trouver les paroles de cette piste"
|
||||
}
|
@ -282,5 +282,9 @@
|
||||
"discord_rich_presence": "डिस्कॉर्ड रिच प्रेजेंस",
|
||||
"browse_all": "सभी को ब्राउज़ करें",
|
||||
"genres": "शैलियाँ",
|
||||
"explore_genres": "शैलियों का अन्वेषण करें"
|
||||
"explore_genres": "शैलियों का अन्वेषण करें",
|
||||
"step_3_steps": "\"sp_dc\" कुकी का मूल्य कॉपी करें",
|
||||
"step_4_steps": "कॉपी किए गए \"sp_dc\" मूल्य को पेस्ट करें",
|
||||
"friends": "दोस्त",
|
||||
"no_lyrics_available": "क्षमा करें, इस ट्रैक के लिए गाने नहीं मिल सके"
|
||||
}
|
@ -283,5 +283,9 @@
|
||||
"discord_rich_presence": "Presenza ricca di Discord",
|
||||
"browse_all": "Esplora tutto",
|
||||
"genres": "Generi",
|
||||
"explore_genres": "Esplora generi"
|
||||
"explore_genres": "Esplora generi",
|
||||
"step_3_steps": "Copia il valore del cookie \"sp_dc\"",
|
||||
"step_4_steps": "Incolla il valore copiato di \"sp_dc\"",
|
||||
"friends": "Amici",
|
||||
"no_lyrics_available": "Spiacente, impossibile trovare il testo di questa traccia"
|
||||
}
|
@ -282,5 +282,9 @@
|
||||
"discord_rich_presence": "ディスコードリッチプレゼンス",
|
||||
"browse_all": "すべてを閲覧",
|
||||
"genres": "ジャンル",
|
||||
"explore_genres": "ジャンルを探索"
|
||||
"explore_genres": "ジャンルを探索",
|
||||
"step_3_steps": "\"sp_dc\" Cookieの値をコピー",
|
||||
"step_4_steps": "コピーした\"sp_dc\"の値を貼り付け",
|
||||
"friends": "友達",
|
||||
"no_lyrics_available": "申し訳ありませんが、このトラックの歌詞を見つけることができません"
|
||||
}
|
@ -284,5 +284,7 @@
|
||||
"discord_rich_presence": "डिस्कर्ड धनी उपस्थिति",
|
||||
"browse_all": "सबै हेर्नुहोस्",
|
||||
"genres": "शैलीहरू",
|
||||
"explore_genres": "शैलीहरू अन्वेषण गर्नुहोस्"
|
||||
"explore_genres": "शैलीहरू अन्वेषण गर्नुहोस्",
|
||||
"friends": "साथीहरू",
|
||||
"no_lyrics_available": "क्षमा गर्दैछौं, यस ट्र्याकका लागि गीतका शब्दहरू फेला परेन"
|
||||
}
|
@ -283,5 +283,9 @@
|
||||
"discord_rich_presence": "Discord Rich Presence",
|
||||
"browse_all": "Alles bekijken",
|
||||
"genres": "Genres",
|
||||
"explore_genres": "Verken genres"
|
||||
"explore_genres": "Verken genres",
|
||||
"step_3_steps": "Kopieer de waarde van de \"sp_dc\"-cookie",
|
||||
"step_4_steps": "Plak de gekopieerde waarde van \"sp_dc\"",
|
||||
"friends": "Vrienden",
|
||||
"no_lyrics_available": "Sorry, kan geen teksten vinden voor deze track"
|
||||
}
|
@ -282,5 +282,9 @@
|
||||
"discord_rich_presence": "Obecność na Discordzie",
|
||||
"browse_all": "Przeglądaj wszystko",
|
||||
"genres": "Gatunki muzyczne",
|
||||
"explore_genres": "Eksploruj gatunki"
|
||||
"explore_genres": "Eksploruj gatunki",
|
||||
"step_3_steps": "Skopiuj wartość ciasteczka \"sp_dc\"",
|
||||
"step_4_steps": "Wklej skopiowaną wartość \"sp_dc\"",
|
||||
"friends": "Przyjaciele",
|
||||
"no_lyrics_available": "Przepraszamy, nie można znaleźć tekstu dla tego utworu"
|
||||
}
|
@ -282,5 +282,9 @@
|
||||
"discord_rich_presence": "Presença rica no Discord",
|
||||
"browse_all": "Navegar por tudo",
|
||||
"genres": "Gêneros",
|
||||
"explore_genres": "Explorar gêneros"
|
||||
"explore_genres": "Explorar gêneros",
|
||||
"step_3_steps": "Copie o valor do cookie \"sp_dc\"",
|
||||
"step_4_steps": "Cole o valor copiado de \"sp_dc\"",
|
||||
"friends": "Amigos",
|
||||
"no_lyrics_available": "Desculpe, não foi possível encontrar a letra desta faixa"
|
||||
}
|
@ -282,5 +282,9 @@
|
||||
"discord_rich_presence": "Богатое присутствие в Discord",
|
||||
"browse_all": "Просмотреть все",
|
||||
"genres": "Жанры",
|
||||
"explore_genres": "Исследовать жанры"
|
||||
"explore_genres": "Исследовать жанры",
|
||||
"step_3_steps": "Скопируйте значение файла cookie \"sp_dc\"",
|
||||
"step_4_steps": "Вставьте скопированное значение \"sp_dc\"",
|
||||
"friends": "Друзья",
|
||||
"no_lyrics_available": "Извините, не удается найти текст для этого трека"
|
||||
}
|
@ -282,5 +282,9 @@
|
||||
"discord_rich_presence": "Discord Zengin Varlık",
|
||||
"browse_all": "Tümünü Gözat",
|
||||
"genres": "Müzik Türleri",
|
||||
"explore_genres": "Türleri Keşfet"
|
||||
"explore_genres": "Türleri Keşfet",
|
||||
"step_3_steps": "\"sp_dc\" Çerezinin değerini kopyala",
|
||||
"step_4_steps": "Kopyalanan \"sp_dc\" değerini yapıştır",
|
||||
"friends": "Arkadaşlar",
|
||||
"no_lyrics_available": "Üzgünüz, bu parça için şarkı sözleri bulunamıyor"
|
||||
}
|
@ -282,5 +282,9 @@
|
||||
"discord_rich_presence": "Багата присутність у Discord",
|
||||
"browse_all": "Переглянути все",
|
||||
"genres": "Жанри",
|
||||
"explore_genres": "Досліджувати жанри"
|
||||
"explore_genres": "Досліджувати жанри",
|
||||
"step_3_steps": "Скопіюйте значення cookie \"sp_dc\"",
|
||||
"step_4_steps": "Вставте скопійоване значення \"sp_dc\"",
|
||||
"friends": "Друзі",
|
||||
"no_lyrics_available": "Вибачте, не вдалося знайти текст для цього треку"
|
||||
}
|
@ -282,5 +282,9 @@
|
||||
"discord_rich_presence": "Discord 丰富展现",
|
||||
"browse_all": "浏览全部",
|
||||
"genres": "音乐类型",
|
||||
"explore_genres": "探索音乐类型"
|
||||
"explore_genres": "探索音乐类型",
|
||||
"step_3_steps": "复制\"sp_dc\" Cookie的值",
|
||||
"step_4_steps": "粘贴复制的\"sp_dc\"值",
|
||||
"friends": "朋友",
|
||||
"no_lyrics_available": "抱歉,无法找到此曲的歌词"
|
||||
}
|
@ -3,7 +3,7 @@ description: Open source Spotify client that doesn't require Premium nor uses El
|
||||
|
||||
publish_to: "none"
|
||||
|
||||
version: 3.4.0+27
|
||||
version: 3.5.0+28
|
||||
|
||||
homepage: https://spotube.krtirtho.dev
|
||||
repository: https://github.com/KRTirtho/spotube
|
||||
|
@ -1,125 +1 @@
|
||||
{
|
||||
"ar": [
|
||||
"step_3_steps",
|
||||
"step_4_steps",
|
||||
"friends",
|
||||
"no_lyrics_available"
|
||||
],
|
||||
|
||||
"bn": [
|
||||
"step_3_steps",
|
||||
"step_4_steps",
|
||||
"friends",
|
||||
"no_lyrics_available"
|
||||
],
|
||||
|
||||
"ca": [
|
||||
"step_3_steps",
|
||||
"step_4_steps",
|
||||
"friends",
|
||||
"no_lyrics_available"
|
||||
],
|
||||
|
||||
"de": [
|
||||
"step_3_steps",
|
||||
"step_4_steps",
|
||||
"friends",
|
||||
"no_lyrics_available"
|
||||
],
|
||||
|
||||
"es": [
|
||||
"step_3_steps",
|
||||
"step_4_steps",
|
||||
"friends",
|
||||
"no_lyrics_available"
|
||||
],
|
||||
|
||||
"fa": [
|
||||
"step_3_steps",
|
||||
"step_4_steps",
|
||||
"friends",
|
||||
"no_lyrics_available"
|
||||
],
|
||||
|
||||
"fr": [
|
||||
"step_3_steps",
|
||||
"step_4_steps",
|
||||
"friends",
|
||||
"no_lyrics_available"
|
||||
],
|
||||
|
||||
"hi": [
|
||||
"step_3_steps",
|
||||
"step_4_steps",
|
||||
"friends",
|
||||
"no_lyrics_available"
|
||||
],
|
||||
|
||||
"it": [
|
||||
"step_3_steps",
|
||||
"step_4_steps",
|
||||
"friends",
|
||||
"no_lyrics_available"
|
||||
],
|
||||
|
||||
"ja": [
|
||||
"step_3_steps",
|
||||
"step_4_steps",
|
||||
"friends",
|
||||
"no_lyrics_available"
|
||||
],
|
||||
|
||||
"ne": [
|
||||
"friends",
|
||||
"no_lyrics_available"
|
||||
],
|
||||
|
||||
"nl": [
|
||||
"step_3_steps",
|
||||
"step_4_steps",
|
||||
"friends",
|
||||
"no_lyrics_available"
|
||||
],
|
||||
|
||||
"pl": [
|
||||
"step_3_steps",
|
||||
"step_4_steps",
|
||||
"friends",
|
||||
"no_lyrics_available"
|
||||
],
|
||||
|
||||
"pt": [
|
||||
"step_3_steps",
|
||||
"step_4_steps",
|
||||
"friends",
|
||||
"no_lyrics_available"
|
||||
],
|
||||
|
||||
"ru": [
|
||||
"step_3_steps",
|
||||
"step_4_steps",
|
||||
"friends",
|
||||
"no_lyrics_available"
|
||||
],
|
||||
|
||||
"tr": [
|
||||
"step_3_steps",
|
||||
"step_4_steps",
|
||||
"friends",
|
||||
"no_lyrics_available"
|
||||
],
|
||||
|
||||
"uk": [
|
||||
"step_3_steps",
|
||||
"step_4_steps",
|
||||
"friends",
|
||||
"no_lyrics_available"
|
||||
],
|
||||
|
||||
"zh": [
|
||||
"step_3_steps",
|
||||
"step_4_steps",
|
||||
"friends",
|
||||
"no_lyrics_available"
|
||||
]
|
||||
}
|
||||
{}
|
Loading…
Reference in New Issue
Block a user