Skip to content

Commit

Permalink
new: Mp3AudioFile.initTag now returns the new tag.
Browse files Browse the repository at this point in the history
  • Loading branch information
nicfit committed Mar 28, 2018
1 parent 06d9f16 commit 1d3eb74
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/eyed3/mp3/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -202,6 +202,7 @@ def initTag(self, version=id3.ID3_DEFAULT_VERSION):
self.tag = id3.Tag()
self.tag.version = version
self.tag.file_info = id3.FileInfo(self.path)
return self.tag

@core.AudioFile.tag.setter
def tag(self, t):
Expand Down

0 comments on commit 1d3eb74

Please sign in to comment.