diff options
author | Scott Jackson <daneren2005@gmail.com> | 2013-07-09 21:24:45 -0700 |
---|---|---|
committer | Scott Jackson <daneren2005@gmail.com> | 2013-07-09 21:24:45 -0700 |
commit | 94747c900f2968484af3288e4a48ce082dbce6ba (patch) | |
tree | d1c841a91ca0b2c185933ee4d12dc39b36c72579 /subsonic-android | |
parent | c3fd9c732666e8a48fe372fbe17bf67500a8f8ae (diff) | |
download | dsub-94747c900f2968484af3288e4a48ce082dbce6ba.tar.gz dsub-94747c900f2968484af3288e4a48ce082dbce6ba.tar.bz2 dsub-94747c900f2968484af3288e4a48ce082dbce6ba.zip |
Forgot to change this to new package name forever ago
Diffstat (limited to 'subsonic-android')
-rw-r--r-- | subsonic-android/AndroidManifest.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/subsonic-android/AndroidManifest.xml b/subsonic-android/AndroidManifest.xml index 66337ea5..f4fcfffa 100644 --- a/subsonic-android/AndroidManifest.xml +++ b/subsonic-android/AndroidManifest.xml @@ -92,7 +92,7 @@ </intent-filter>
</receiver>
- <receiver android:name="net.sourceforge.subsonic.androidapp.receiver.A2dpIntentReceiver">
+ <receiver android:name="github.daneren2005.dsub.receiver.A2dpIntentReceiver">
<intent-filter>
<action android:name="android.music.playstatusrequest"/>
</intent-filter>
|