Removing pylast (fixes #349); Removing console.log
This commit is contained in:
@ -1,7 +1,7 @@
|
||||
|
||||
from __future__ import unicode_literals
|
||||
|
||||
import random, string, logging, json, pykka, pylast, urllib, urllib2, os, sys, mopidy_iris, subprocess
|
||||
import random, string, logging, json, pykka, urllib, urllib2, os, sys, mopidy_iris, subprocess
|
||||
import tornado.web
|
||||
import tornado.ioloop
|
||||
import tornado.httpclient
|
||||
|
||||
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@ -98,7 +98,7 @@
|
||||
|
||||
// Release details
|
||||
// These are automatically injected to built HTML
|
||||
var build = "1547714495";
|
||||
var build = "1548099390";
|
||||
var version = "3.31.8";
|
||||
|
||||
// Construct the script tag
|
||||
|
||||
1
setup.py
1
setup.py
@ -21,7 +21,6 @@ setup(
|
||||
include_package_data=True,
|
||||
install_requires=[
|
||||
'setuptools >= 3.3',
|
||||
'pylast >= 1.6.0',
|
||||
'Mopidy >= 2.0',
|
||||
'Mopidy-Local-Images >= 1.0',
|
||||
'ConfigObj >= 5.0.6',
|
||||
|
||||
@ -38,9 +38,6 @@ class LibraryBrowseDirectory extends React.Component{
|
||||
|
||||
// our uri changes
|
||||
if (nextProps.uri && nextProps.uri !== this.props.uri){
|
||||
|
||||
console.log(nextProps.uri,this.props.uri);
|
||||
|
||||
this.loadDirectory(nextProps);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user