Added artist, album, track as possible search combination.

This commit is contained in:
Frederick 2016-09-22 22:26:57 +02:00
parent 6103fd1f27
commit 8ffa9b0e09
2 changed files with 8 additions and 1 deletions

View file

@ -4,7 +4,7 @@ import os
from mopidy import ext, config
__version__ = '0.2.0'
__version__ = '0.2.1'
class SubidyExtension(ext.Extension):