删除mutagen
parent
28f2ae5033
commit
c2f7976ddc
|
@ -27,7 +27,6 @@ class AboutWindow(Gtk.AboutDialog):
|
||||||
self.set_authors([
|
self.set_authors([
|
||||||
'Yutent <yutent.io@gmail.com> (Sonist)',
|
'Yutent <yutent.io@gmail.com> (Sonist)',
|
||||||
'Mic92 <https://github.com/Mic92/python-mpd2> (python-mpd2)',
|
'Mic92 <https://github.com/Mic92/python-mpd2> (python-mpd2)',
|
||||||
'quodlibet <https://github.com/quodlibet/mutagen> (python-mutagen)'
|
|
||||||
])
|
])
|
||||||
self.set_copyright('© 2023 Yutent <yutent.io@gmail.com>')
|
self.set_copyright('© 2023 Yutent <yutent.io@gmail.com>')
|
||||||
self.set_comments('Sonist-Gtk 是一个界面美观, 基于MPD后端的音乐播放器, 使用python + gtk3开发。')
|
self.set_comments('Sonist-Gtk 是一个界面美观, 基于MPD后端的音乐播放器, 使用python + gtk3开发。')
|
||||||
|
|
Loading…
Reference in New Issue