First commit

This commit is contained in:
3minbe 2025-01-08 09:41:53 +09:00
parent 3a3736f85d
commit 3a8a447b1f

View File

@ -448,7 +448,7 @@ class MainView(QtWidgets.QMainWindow):
file_name = os.path.basename(file_path)
if "channel_info" not in self.settings:
self.settings["channel_info"] = {}
self.settings["channel_info"][file_name] = channel
self.saveSettings()
print(f"[INFO] Updated channel info for {file_name} to {channel}")