Limited number of tracks (previous and next) to play on track click

This commit is contained in:
antonio 2023-03-19 18:24:35 +01:00
parent 35bc02e6d9
commit b0b5fc2172
3 changed files with 23 additions and 8 deletions

View file

@ -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
}