Lyrics for remote tracks

This commit is contained in:
2025-12-20 01:01:12 +08:00
parent aaba0382cf
commit 7f67332590
8 changed files with 630 additions and 427 deletions

View File

@@ -247,7 +247,7 @@ class RemoteUrlResolver {
try {
// Create Jellyfin client and authenticate
final client = JellyfinDart(basePathOverride: provider.serverUrl);
client.setDeviceId('groovybox-${providerId}');
client.setDeviceId('groovybox-$providerId');
client.setVersion('1.0.0');
final userApi = client.getUserApi();