popivyurii

Results 2 comments of popivyurii

@cingh-jasdeep I solved the first problem by calling when I want to update media list ``` MediaBrowserServiceCompat.notifyChildrenChanged(String parentId) ``` Calling this notifies all connected media browsers that the children of...

@ponder-bar First you need update `catalog` in the `JsonSource` object with media content. Then, for example, add a method to `MediaSessionConnection` ``` fun resubscribe() { mediaBrowser.unsubscribe(parentId, callback) mediaBrowser.subscribe(parentId, callback) }...