Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
Funkwhale Android
Manage
Activity
Members
Labels
Plan
Issues
72
Issue boards
Milestones
Wiki
Code
Merge requests
1
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
funkwhale
Funkwhale Android
Merge requests
!67
74: Improve logging code
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
74: Improve logging code
bugfix/74-add-track-playing-logs
into
develop
Overview
0
Commits
1
Pipelines
1
Changes
1
Merged
Ryan Harg
requested to merge
bugfix/74-add-track-playing-logs
into
develop
3 years ago
Overview
0
Commits
1
Pipelines
1
Changes
1
Expand
👍
0
👎
0
Merge request reports
Compare
develop
develop (base)
and
latest version
latest version
f3c7a865
1 commit,
3 years ago
1 file
+
1
−
1
Side-by-side
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
app/src/main/java/audio/funkwhale/ffa/playback/QueueManager.kt
+
1
−
1
Options
@@ -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
?:
""
)
Loading