mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2026-07-25 06:54:43 +00:00
Fixed false definition FileMediaInformation as Image.
This commit is contained in:
@@ -254,7 +254,7 @@ struct FileMediaInformation {
|
||||
};
|
||||
|
||||
QString filemime;
|
||||
base::variant<Image, Song, Video> media;
|
||||
base::optional_variant<Image, Song, Video> media;
|
||||
};
|
||||
|
||||
class FileLoadTask final : public Task {
|
||||
|
||||
Reference in New Issue
Block a user