mirror of https://github.com/procxx/kepka.git
Fixed false definition FileMediaInformation as Image.
This commit is contained in:
parent
d605b18ec0
commit
94964c35ce
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue