Merge pull request #259 from JF002/fix-music-app2

Fix music app
This commit is contained in:
JF002
2021-04-09 20:44:02 +02:00
committed by GitHub
4 changed files with 17 additions and 13 deletions

View File

@@ -164,7 +164,7 @@ Pinetime::Controllers::MusicService::MusicService(Pinetime::System::SystemTask &
artistName = "Waiting for";
albumName = "";
trackName = "track information...";
trackName = "track information..";
playing = false;
repeat = false;
shuffle = false;