mirror of
https://github.com/YACReader/yacreader
synced 2025-07-19 05:24:57 -04:00
Try to always get some description for single volume issues
If the issue doesn't have a description it will get the volume description.
This commit is contained in:
13
YACReaderLibrary/comic_vine/model/selected_volume_info.h
Normal file
13
YACReaderLibrary/comic_vine/model/selected_volume_info.h
Normal file
@ -0,0 +1,13 @@
|
||||
#ifndef SELECTED_VOLUME_INFO_H
|
||||
#define SELECTED_VOLUME_INFO_H
|
||||
|
||||
#include <QString>
|
||||
|
||||
struct SelectedVolumeInfo {
|
||||
QString id;
|
||||
int numIssues;
|
||||
QString publisher;
|
||||
QString description;
|
||||
};
|
||||
|
||||
#endif // SELECTED_VOLUME_INFO_H
|
Reference in New Issue
Block a user