From 5540c4a6e3af301a261ac0939c4e9341c879aecc Mon Sep 17 00:00:00 2001 From: Dev Mehta Date: Mon, 27 Oct 2025 16:59:58 -0700 Subject: [PATCH] added test cases and change log --- beetsplug/convert.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/beetsplug/convert.py b/beetsplug/convert.py index ca6e996af..b22b60d53 100644 --- a/beetsplug/convert.py +++ b/beetsplug/convert.py @@ -640,8 +640,6 @@ class ConvertPlugin(BeetsPlugin): m3ufile.set_contents(items_paths) m3ufile.write() # Assume m3ufile.write expects str lines - - def convert_on_import(self, lib, item): """Transcode a file automatically after it is imported into the library.