Skip to content

Commit

Permalink
Ensure IncludedFileList is set when gathering mediainfo
Browse files Browse the repository at this point in the history
  • Loading branch information
kannibalox committed Oct 13, 2023
1 parent 79dbdab commit aac57eb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/PtpUploader/Job/Upload.py
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,7 @@ def __ExtractRelease(self):
self.ReleaseInfo.save()

def __GetMediaInfoContainer(self, mediaInfo):
self.ReleaseInfo.SetIncludedFileList()
container = ""

if mediaInfo.IsAvi():
Expand Down

0 comments on commit aac57eb

Please sign in to comment.