mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-08-31 06:35:14 +00:00
Fix build on macOS.
This commit is contained in:
@@ -448,7 +448,7 @@ auto PhotoData::createStreamingLoader(
|
||||
return v::is<StorageFileLocation>(videoLocation().file().data)
|
||||
? std::make_unique<Media::Streaming::LoaderMtproto>(
|
||||
&session().downloader(),
|
||||
std::get<StorageFileLocation>(videoLocation().file().data),
|
||||
v::get<StorageFileLocation>(videoLocation().file().data),
|
||||
videoByteSize(),
|
||||
origin)
|
||||
: nullptr;
|
||||
|
Reference in New Issue
Block a user