• Max Kellermann's avatar
    simplify several dc->command checks · ee3bbb50
    Max Kellermann authored
    Since we have merged dc->stop, dc->seek into one variable, we don't
    have to check both conditions at a time; we can replace "!stop &&
    !seek" with "none".
    ee3bbb50
mp3_plugin.c 28.2 KB