1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-08-06 14:16:32 +02:00

bugfixing adding spotify account

This commit is contained in:
Leo Franchi
2012-05-16 22:49:29 -04:00
parent ff431b1183
commit 34656e6395
4 changed files with 22 additions and 10 deletions

View File

@@ -495,11 +495,6 @@ for plugin in VLC_PLUGINS:
for plugin in TOMAHAWK_PLUGINS:
FixPlugin(plugin, '../MacOS')
try:
FixPlugin('spotify_tomahawkresolver', '../MacOS')
except:
print 'Failed to find spotify resolver'
try:
FixPlugin('tomahawk_crash_reporter', '../MacOS')
except: