Ticket #4222: miniplayer_stop_release_device.diff

File miniplayer_stop_release_device.diff, 490 bytes (added by Roo <roo.watt@…>, 16 years ago)

Stopped miniplayer LiveTV audio fix

  • mythplugins/mythmusic/mythmusic/miniplayer.cpp

     
    209209            }
    210210            else if (action == "STOP")
    211211            {
    212                 gPlayer->stop();
     212                gPlayer->stop(true);
    213213
    214214                QString time_string = getTimeString(m_maxTime, 0);
    215215