core: Fix typos pointed out in PR#542
This commit is contained in:
parent
84c373d7ea
commit
bfddfab15a
@ -165,8 +165,8 @@ class TracklistController(object):
|
|||||||
elif self.single:
|
elif self.single:
|
||||||
return None
|
return None
|
||||||
|
|
||||||
# Current differnce between next and eot handling is that eot needs to
|
# Current difference between next and EOT handling is that EOT needs to
|
||||||
# handle single, with that out of the way the rest of the logic is
|
# handle "single", with that out of the way the rest of the logic is
|
||||||
# shared.
|
# shared.
|
||||||
return self.next_track(tl_track)
|
return self.next_track(tl_track)
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user