Added basic naive search implementation.

This commit is contained in:
Frederick 2016-09-22 21:57:05 +02:00
parent 0eb8795263
commit 6103fd1f27
3 changed files with 28 additions and 4 deletions

View file

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