aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res/xml/starred_syncadapter.xml
diff options
context:
space:
mode:
Diffstat (limited to 'app/src/main/res/xml/starred_syncadapter.xml')
-rw-r--r--app/src/main/res/xml/starred_syncadapter.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/src/main/res/xml/starred_syncadapter.xml b/app/src/main/res/xml/starred_syncadapter.xml
index d1d0e1e2..1d855057 100644
--- a/app/src/main/res/xml/starred_syncadapter.xml
+++ b/app/src/main/res/xml/starred_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.starred.provider"
- android:accountType="subsonic.org"
+ android:contentAuthority="@string/provider.starred"
+ android:accountType="@string/account_type.subsonic"
android:userVisible="true"
android:supportsUploading="false"
android:allowParallelSyncs="false"