- Added support for unauthenticated feeds #42
- Added support for Romanian
- Closes #66
- Closes #81
- Closes #82
- Closes #84
This commit is contained in:
Shiny Nematoda 2022-11-30 17:29:42 +00:00
parent 599e024afa
commit 29eb3d0c35
No known key found for this signature in database
GPG key ID: 6506D50F5613A42D
9 changed files with 92 additions and 29 deletions

View file

@ -103,6 +103,7 @@ const shuffleAdd = () => {
if (
(!isSearch.value && !results.items?.songs?.title) ||
loading.value ||
results.next == 'null' ||
!results.next
)
return;