mirror of
https://github.com/fergalmoran/picard.git
synced 2026-03-06 05:23:59 +00:00
Add supports_tag method to wav
This commit is contained in:
@@ -43,3 +43,7 @@ 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