mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-04-13 12:31:52 +02:00
* Fixed JavaScript errors causing a Pipeline assert.
This commit is contained in:
parent
7cb23a39f8
commit
8e42c8964b
@ -91,7 +91,7 @@ ScriptEngine::resolve( const Tomahawk::query_ptr& query )
|
||||
QVariantMap m = mainFrame()->evaluateJavaScript( eval ).toMap();
|
||||
qDebug() << "JavaScript Result:" << m;
|
||||
|
||||
const QString qid = m.value( "qid" ).toString();
|
||||
const QString qid = query->id();
|
||||
const QVariantList reslist = m.value( "results" ).toList();
|
||||
|
||||
foreach( const QVariant& rv, reslist )
|
||||
|
2
thirdparty/qtweetlib/CMakeLists.txt
vendored
2
thirdparty/qtweetlib/CMakeLists.txt
vendored
@ -180,6 +180,6 @@ target_link_libraries(tomahawk_qtweetlib
|
||||
|
||||
INCLUDE( ${CMAKE_CURRENT_SOURCE_DIR}/twitter-api-keys )
|
||||
|
||||
INSTALL(TARGETS tomahawk_qtweetlib DESTINATION lib${LIB_SUFFIX})
|
||||
INSTALL(TARGETS tomahawk_qtweetlib DESTINATION lib)
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user