fix: syntax error in player_service (missing });

This commit is contained in:
Dustin
2026-08-01 16:54:05 +02:00
parent f00fd445f5
commit 7d5cae64d1
+1
View File
@@ -31,6 +31,7 @@ class PlayerService {
_markiereAlsKorrupt(song); _markiereAlsKorrupt(song);
} }
} }
});
} }
return _player!; return _player!;
} }