Added basic naive search implementation.
This commit is contained in:
parent
0eb8795263
commit
6103fd1f27
3 changed files with 28 additions and 4 deletions
|
@ -4,7 +4,7 @@ import os
|
|||
|
||||
from mopidy import ext, config
|
||||
|
||||
__version__ = '0.1.0'
|
||||
__version__ = '0.2.0'
|
||||
|
||||
|
||||
class SubidyExtension(ext.Extension):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue