This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
RemixDev
/
deemix-py
Watch
5
Star
9
Fork
5
Code
Issues
3
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Labels
Milestones
New Pull Request
#24
Pass correct config folder to the spotify plugin from cli
Merged
RemixDev
merged 1 commits from
xtream1101/deemix-py:main
into
main
1 month ago
Conversation
0
Commits
1
Files Changed
1
1 changed files
with
1 additions
and
1 deletions
Whitespace
Show all changes
Ignore whitespace when comparing lines
Ignore changes in amount of whitespace
Ignore changes in whitespace at EOL
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
deemix/__main__.py
+ 1
- 1
deemix/__main__.py
View File
@ -49,7 +49,7 @@ def download(url, bitrate, portable, path):
f
.
write
(
arl
)
f
.
write
(
arl
)
plugins
=
{
plugins
=
{
"
spotify
"
:
Spotify
(
)
"
spotify
"
:
Spotify
(
configFolder
=
configFolder
)
}
}
plugins
[
"
spotify
"
]
.
setup
(
)
plugins
[
"
spotify
"
]
.
setup
(
)
Write
Preview
Loading…
Cancel
Save