mirror of
https://github.com/fergalmoran/picard.git
synced 2026-02-28 10:33:59 +00:00
Remove wav specific supports_tag
This commit is contained in:
@@ -43,7 +43,3 @@ class WAVFile(File):
|
||||
def _save(self, filename, metadata):
|
||||
log.debug("Saving file %r", filename)
|
||||
pass
|
||||
|
||||
def supports_tag(self, name):
|
||||
# WAVFile does not support any tag
|
||||
return False
|
||||
|
||||
Reference in New Issue
Block a user