mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-06-05 06:33:57 +02:00
Fixed false definition FileMediaInformation as Image.
This commit is contained in:
parent
d605b18ec0
commit
94964c35ce
1 changed files with 1 additions and 1 deletions
|
@ -254,7 +254,7 @@ struct FileMediaInformation {
|
||||||
};
|
};
|
||||||
|
|
||||||
QString filemime;
|
QString filemime;
|
||||||
base::variant<Image, Song, Video> media;
|
base::optional_variant<Image, Song, Video> media;
|
||||||
};
|
};
|
||||||
|
|
||||||
class FileLoadTask final : public Task {
|
class FileLoadTask final : public Task {
|
||||||
|
|
Loading…
Add table
Reference in a new issue