1
0
mirror of https://codeberg.org/Freeyourgadget/Gadgetbridge synced 2024-11-25 11:26:47 +01:00

Pebble: Try to support spotify

untested
 #704
This commit is contained in:
Andreas Shimokawa 2017-09-01 23:47:03 +02:00
parent e7fff32fb8
commit eaf7b76715

View File

@ -188,7 +188,10 @@ public class DeviceCommunicationService extends Service implements SharedPrefere
"net.sourceforge.subsonic.androidapp.EVENT_META_CHANGED",
"com.maxmpz.audioplayer.TPOS_SYNC",
"com.maxmpz.audioplayer.STATUS_CHANGED",
"com.maxmpz.audioplayer.PLAYING_MODE_CHANGED"};
"com.maxmpz.audioplayer.PLAYING_MODE_CHANGED",
"com.spotify.music.metadatachanged",
"com.spotify.music.playbackstatechanged"
};
/**
* For testing!