aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res/xml/playlists_syncadapter.xml
diff options
context:
space:
mode:
authorScott Jackson <daneren2005@gmail.com>2020-10-02 20:06:46 -0700
committerScott Jackson <daneren2005@gmail.com>2020-10-02 20:06:46 -0700
commit98664a8193e98689f9fdadeaa3111a0099e56a53 (patch)
treeb38b1bf44fa6f10e02b27502fc07276a40048aac /app/src/main/res/xml/playlists_syncadapter.xml
parent7aff3fa37b186b40d2ac73508b01628b212be8eb (diff)
parent11e150ac6a86fa2a8f5636ee0844f6cc7a22f42f (diff)
downloaddsub-98664a8193e98689f9fdadeaa3111a0099e56a53.tar.gz
dsub-98664a8193e98689f9fdadeaa3111a0099e56a53.tar.bz2
dsub-98664a8193e98689f9fdadeaa3111a0099e56a53.zip
Merge branch 'version-28' into edge
Diffstat (limited to 'app/src/main/res/xml/playlists_syncadapter.xml')
-rw-r--r--app/src/main/res/xml/playlists_syncadapter.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/src/main/res/xml/playlists_syncadapter.xml b/app/src/main/res/xml/playlists_syncadapter.xml
index 6c56557b..1cea7a2d 100644
--- a/app/src/main/res/xml/playlists_syncadapter.xml
+++ b/app/src/main/res/xml/playlists_syncadapter.xml
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<sync-adapter xmlns:android="http://schemas.android.com/apk/res/android"
- android:contentAuthority="github.daneren2005.dsub.playlists.provider"
- android:accountType="subsonic.org"
+ android:contentAuthority="@string/provider.playlist"
+ android:accountType="@string/account_type.subsonic"
android:userVisible="true"
android:supportsUploading="false"
android:allowParallelSyncs="false"