Skip to content
Snippets Groups Projects
Commit 9f01f3b5 authored by Geoffrey Métais's avatar Geoffrey Métais
Browse files

Playbackservice: activate external devices

Fix #1129
parent 3997671b
No related branches found
No related tags found
No related merge requests found
......@@ -50,7 +50,7 @@ internal fun PlaybackService.registerMedialibrary(action: Runnable?) {
if (!Permissions.canReadStorage(this)) return
if (libraryReceiver == null) {
libraryReceiver = PBSMedialibraryReceiver(this)
startMedialibrary(parse = false)
startMedialibrary()
}
if (action != null) libraryReceiver?.addAction(action)
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment