1
0
mirror of https://github.com/yattee/yattee.git synced 2024-12-13 22:00:31 +05:30

Hide player on cancelling error of loading

This commit is contained in:
Arkadiusz Fal 2022-12-20 23:22:55 +01:00
parent c9dda5efb7
commit 37d8873424

View File

@ -362,6 +362,7 @@ extension PlayerModel {
self.advancing = false
self.videoBeingOpened = nil
self.currentItem = nil
self.hide()
},
secondaryButton: retryButton
)