Skip to content

Commit

Permalink
Merge pull request #101 from jaedb/develop
Browse files Browse the repository at this point in the history
2.7.1
  • Loading branch information
jaedb committed Jun 7, 2016
2 parents 85179bc + ceb9763 commit 32f3ddc
Show file tree
Hide file tree
Showing 24 changed files with 443 additions and 345 deletions.
6 changes: 2 additions & 4 deletions mopidy_spotmop/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
from services.auth import auth
from mopidy import config, ext

__version__ = '2.7.0'
__version__ = '2.7.1'
__ext_name__ = 'spotmop'
__verbosemode__ = False

Expand Down Expand Up @@ -64,8 +64,6 @@ def spotmop_client_factory(config, core):
])
application.listen(pusherport)
logger.info( 'Pusher server running on []:'+ str(pusherport) )

logger.info( artworklocation )

return [
(r'/upgrade', upgrade.UpgradeRequestHandler, {
Expand All @@ -83,7 +81,7 @@ def spotmop_client_factory(config, core):
'config': config,
'version': __version__
}),
(r"/artwork/(.*)", tornado.web.StaticFileHandler, {
(r"/images/(.*)", tornado.web.StaticFileHandler, {
"path": artworklocation
}),
(r'/(.*)', tornado.web.StaticFileHandler, {
Expand Down
Loading

0 comments on commit 32f3ddc

Please sign in to comment.