Fix Audacious plugin

Ugh.
This commit is contained in:
Christopher Snowhill 2019-10-19 14:40:33 -07:00 committed by GitHub
parent ee3e170026
commit 9bfc3c0672
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -28,7 +28,6 @@ public:
InputInfo() //InputInfo(FlagSubtunes) // allow subsongs
.with_priority(AUDACIOUS_VGMSTREAM_PRIORITY) // where 0=highest, 10=lowest
.with_exts(exts)) {} // priority exts (accepted exts are still validated at runtime)
) {}
bool init();
void cleanup();