Merge pull request #1729 from croneter/py3-fix-logging

Fix logging for playlist items not working correctly
This commit is contained in:
croneter 2021-12-05 14:42:52 +01:00 committed by GitHub
commit 01b8366506
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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):
"""