Skip to content
Snippets Groups Projects
Verified Commit f3c7a865 authored by Ryan Harg's avatar Ryan Harg
Browse files

74: Improve logging code

parent 759ded5a
No related branches found
No related tags found
1 merge request!6774: Improve logging code
Checking pipeline status
...@@ -87,7 +87,7 @@ class QueueManager(val context: Context) { ...@@ -87,7 +87,7 @@ class QueueManager(val context: Context) {
} }
fun insertNext(track: Track) { fun insertNext(track: Track) {
track.let { it.formatted }.log("Next track") track.formatted.log("Next track")
val factory = cacheDataSourceFactoryProvider.create(context) val factory = cacheDataSourceFactoryProvider.create(context)
val url = mustNormalizeUrl(track.bestUpload()?.listen_url ?: "") val url = mustNormalizeUrl(track.bestUpload()?.listen_url ?: "")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment