Skip to content

Commit

Permalink
Merge pull request #63 from jaedb/develop
Browse files Browse the repository at this point in the history
2.5.14
  • Loading branch information
jaedb committed Feb 18, 2016
2 parents 9b737b1 + 181822e commit 6d0b1c7
Show file tree
Hide file tree
Showing 40 changed files with 942 additions and 537 deletions.
6 changes: 3 additions & 3 deletions .htaccess
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# If you've pulled Spotmop via GitHub, you can run this using any webserver
# by navigating to localhost/src. Otherwise we'll redirect it to the Mopidy instance as per below

#RewriteEngine On
#RewriteCond %{REQUEST_URI} !^/src
#RewriteRule (.*) http://%{HTTP_HOST}:6680/spotmop/ [R=301,L]
RewriteEngine On
RewriteCond %{REQUEST_URI} !^/src
RewriteRule (.*) http://%{HTTP_HOST}:6680/spotmop/ [R=301,L]
2 changes: 1 addition & 1 deletion 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.5.13'
__version__ = '2.5.14'
__ext_name__ = 'spotmop'
__verbosemode__ = False

Expand Down
Loading

0 comments on commit 6d0b1c7

Please sign in to comment.