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
#5
fixed error when downloading tracks with no contributors
Closed
uhwot
wants to merge 1 commits from
uhwot/deemix-py:mainartist-error-fix
into
main
pull from: uhwot/deemix-py:mainartist-error-fix
merge into: RemixDev:main
RemixDev:main
RemixDev:refactoring
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
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
deemix/types/Track.py
+ 1
- 1
deemix/types/Track.py
View File
@ -159,7 +159,7 @@ class Track:
# Make sure there is at least one artist
if
len
(
self
.
artist
[
'
Main
'
]
)
==
0
:
self
.
artist
[
'
Main
'
]
=
[
self
.
mainArtist
[
'
name
'
]
]
self
.
artist
[
'
Main
'
]
=
[
self
.
mainArtist
.
name
]
self
.
position
=
trackAPI_gw
.
get
(
'
POSITION
'
)
Write
Preview
Loading…
Cancel
Save