Fix logging for playlist items not working correctly
This commit is contained in:
parent
c7a142b617
commit
56906db3c7
1 changed files with 1 additions and 1 deletions
|
@ -180,7 +180,7 @@ class PlaylistItem(object):
|
|||
"'resume': {self.resume},"
|
||||
"'offset': {self.offset}, "
|
||||
"'force_transcode': {self.force_transcode}, "
|
||||
"'part': {self.part}".format(self=self))
|
||||
"'part': {self.part}}}".format(self=self))
|
||||
|
||||
def _process_streams(self):
|
||||
"""
|
||||
|
|
Loading…
Reference in a new issue