mirror of
https://github.com/antebudimir/tempus.git
synced 2026-01-01 01:53:31 +00:00
Limited number of tracks (previous and next) to play on track click
This commit is contained in:
parent
35bc02e6d9
commit
b0b5fc2172
3 changed files with 23 additions and 8 deletions
|
|
@ -65,4 +65,7 @@ object Constants {
|
|||
const val MEDIA_BEST_OF = "MEDIA_BEST_OF"
|
||||
|
||||
const val DOWNLOAD_URI = "rest/download"
|
||||
|
||||
const val PLAYABLE_MEDIA_LIMIT = 100
|
||||
const val PRE_PLAYABLE_MEDIA = 15
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue