mirror of
https://github.com/antebudimir/tempus.git
synced 2026-01-01 18:03:33 +00:00
Added settings for play queue sync functionality
This commit is contained in:
parent
74ff105eee
commit
a130fb38cc
8 changed files with 115 additions and 40 deletions
|
|
@ -119,4 +119,15 @@
|
|||
<item>mp3</item>
|
||||
<item>flac</item>
|
||||
</string-array>
|
||||
|
||||
<string-array name="queue_syncing_countdown_titles">
|
||||
<item>Ten seconds</item>
|
||||
<item>Five seconds</item>
|
||||
<item>Two seconds</item>
|
||||
</string-array>
|
||||
<string-array name="queue_syncing_countdown_values">
|
||||
<item>10</item>
|
||||
<item>5</item>
|
||||
<item>2</item>
|
||||
</string-array>
|
||||
</resources>
|
||||
Loading…
Add table
Add a link
Reference in a new issue