We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I connect to my server, but there is nothing that is on the server
All that is there is a playlist and it sees that there are files in it, this is displayed in the header, and the table with the files is empty
The text was updated successfully, but these errors were encountered:
Hi I looked at the code and found out why the tracks are not displayed in the playlist
The file contains a check for AlbumId: Track+Convert.swift guard let albumId = from.AlbumId else { return nil }
Track+Convert.swift
guard let albumId = from.AlbumId else { return nil }
But with the API this key always comes to nil
Sorry, something went wrong.
No branches or pull requests
I connect to my server, but there is nothing that is on the server
All that is there is a playlist and it sees that there are files in it, this is displayed in the header, and the table with the files is empty
The text was updated successfully, but these errors were encountered: