Skip to content

Commit daee193

Browse files
committed
Merging develop for v2.5.19
2 parents 85911d5 + 8bcbe7c commit daee193

48 files changed

Lines changed: 1930 additions & 1500 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.htaccess

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,5 @@
33

44
RewriteEngine On
55
RewriteCond %{REQUEST_URI} !^/src
6+
RewriteCond %{REQUEST_URI} !^/mopidy_spotmop
67
RewriteRule (.*) http://%{HTTP_HOST}:6680/spotmop/ [R=301,L]

Gruntfile.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@ module.exports = function(grunt) {
1515
},
1616
uglify: {
1717
options: {
18-
banner: '/**\n * <%= pkg.name %>\n * Built <%= grunt.template.today("yyyy-mm-dd") %>\n **/\n\n'
18+
banner: '/**\n * <%= pkg.name %>\n * Built <%= grunt.template.today("yyyy-mm-dd") %>\n **/\n\n',
19+
ASCIIOnly: 'true'
1920
},
2021
build: {
2122
src: 'mopidy_spotmop/static/app.js',

mopidy_spotmop/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
from services.auth import auth
1212
from mopidy import config, ext
1313

14-
__version__ = '2.5.18'
14+
__version__ = '2.5.19'
1515
__ext_name__ = 'spotmop'
1616
__verbosemode__ = False
1717

0 commit comments

Comments
 (0)