cc-4241: removed broken code
This commit is contained in:
parent
b735d9c45c
commit
27dea9cfc1
2 changed files with 3 additions and 3 deletions
|
@ -106,7 +106,7 @@ class Metadata(Loggable):
|
|||
# here. Also interface is not very consistent
|
||||
|
||||
@staticmethod
|
||||
def fix_title(self, path):
|
||||
def fix_title(path):
|
||||
# If we have no title in path we will format it
|
||||
# TODO : this is very hacky so make sure to fix it
|
||||
m = mutagen.File(path, easy=True)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue