mirror of
https://github.com/jellyfin/jellyfin-media-player.git
synced 2024-11-27 00:00:38 +00:00
Add missing mpv events (ignored)
Fixes compiler warning
This commit is contained in:
parent
7a75713c81
commit
21e87e4c8a
@ -525,6 +525,10 @@ void PlayerComponent::handleMpvEvent(mpv_event *event)
|
||||
m_playbackCanceled = true;
|
||||
break;
|
||||
}
|
||||
case MPV_END_FILE_REASON_EOF:
|
||||
case MPV_END_FILE_REASON_QUIT:
|
||||
case MPV_END_FILE_REASON_REDIRECT:
|
||||
break;
|
||||
}
|
||||
|
||||
if (!m_streamSwitchImminent)
|
||||
|
Loading…
Reference in New Issue
Block a user