~gg-lp/music-app/music-app

« back to all changes in this revision

Viewing changes to com.ubuntu.music_music.url-dispatcher

* Add album:///artist/album and music:///path/to/file url dispatcher support
* Simplification of file:// handling. Fixes: https://bugs.launchpad.net/bugs/1300803.

Approved by Victor Thompson, Ubuntu Phone Apps Jenkins Bot, Andrew Hayzen.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
[
 
2
    {
 
3
        "protocol": "album"
 
4
    },
 
5
    {
 
6
        "protocol": "music"
 
7
    }
 
8
]