Compiled assets to use human-friendly filenames
This commit is contained in:
File diff suppressed because one or more lines are too long
@ -2865,7 +2865,7 @@ function getPlaylist(uri) {
|
||||
|
||||
var playlist = Object.assign({}, response, {
|
||||
can_edit: getState().spotify.me && response.owner.id == getState().spotify.me.id,
|
||||
tracks: response.tracks.items,
|
||||
tracks: helpers.formatTracks(response.tracks.items),
|
||||
tracks_more: response.tracks.next,
|
||||
tracks_total: response.tracks.total,
|
||||
description: description
|
||||
|
||||
File diff suppressed because one or more lines are too long
5964
mopidy_iris/static/app.min.css
vendored
5964
mopidy_iris/static/app.min.css
vendored
File diff suppressed because one or more lines are too long
@ -1 +0,0 @@
|
||||
{"version":3,"sources":[],"names":[],"mappings":"","file":"app.min.css","sourceRoot":""}
|
||||
62
mopidy_iris/static/app.min.js
vendored
62
mopidy_iris/static/app.min.js
vendored
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
Before Width: | Height: | Size: 434 KiB After Width: | Height: | Size: 434 KiB |
@ -38,7 +38,7 @@
|
||||
|
||||
// Release details
|
||||
// These are automatically injected by build.sh
|
||||
var build = "1508915786";
|
||||
var build = "1508916193";
|
||||
var version = "3.6.1";
|
||||
|
||||
// Construct the script tag
|
||||
|
||||
Reference in New Issue
Block a user