mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-04-18 07:07:08 +02:00
Force internal player for stories.
This commit is contained in:
parent
21fa3264e3
commit
0b5c0e3e98
1 changed files with 1 additions and 0 deletions
|
@ -1331,6 +1331,7 @@ bool DocumentData::canBeStreamed(HistoryItem *item) const {
|
|||
return hasRemoteLocation()
|
||||
&& supportsStreaming()
|
||||
&& (!isVideoFile()
|
||||
|| storyMedia()
|
||||
|| !ExternalVideoPlayer.value()
|
||||
|| (item && !item->allowsForward()));
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue