2
0
mirror of https://github.com/telegramdesktop/tdesktop synced 2025-08-31 06:26:18 +00:00

Set higher streaming priority in media overlay.

This commit is contained in:
John Preston
2019-12-23 13:27:20 +03:00
parent fa4d8f2fbd
commit 85545dba64
17 changed files with 95 additions and 14 deletions

View File

@@ -421,6 +421,10 @@ bool File::isRemoteLoader() const {
return _reader->isRemoteLoader();
}
void File::setLoaderPriority(int priority) {
_reader->setLoaderPriority(priority);
}
File::~File() {
stop();
}