Files
SubMusic/resources/properties.xml
Memen 1f3fba2289 fixed settings storage having 0 Bytes
fixed some rare crashes on receiving invalid response
added setting to enable debug logging
removed default debug output (speed improvement)
2023-02-20 15:42:22 +01:00

9 lines
486 B
XML

<properties>
<property id="API_standard" type="number">0</property>
<property id="subsonic_API_URL" type="string">https://demo.nextcloud.com/apps/music/subsonic</property>
<property id="subsonic_API_usr" type="string">user</property>
<property id="subsonic_API_key" type="string">key</property>
<property id="subsonic_AUTH_method" type="number">0</property>
<property id="skip_30s" type="boolean">true</property>
<property id="debug" type="boolean">false</property>
</properties>