diff options
author | dec05eba <dec05eba@protonmail.com> | 2019-08-06 05:19:51 +0200 |
---|---|---|
committer | dec05eba <dec05eba@protonmail.com> | 2019-08-06 05:19:54 +0200 |
commit | 953fa85fb67f1f59a2612754b13f2c4a00b93866 (patch) | |
tree | 50bd9b119ec974cc5f11aaef15e85ad13d93360a /include | |
parent | c635fc3fc4467f3e561e236d46534b6be735a645 (diff) |
Add keybind to track manga, change storage dir
Diffstat (limited to 'include')
-rw-r--r-- | include/QuickMedia.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/QuickMedia.hpp b/include/QuickMedia.hpp index 48a2d8a..4f53873 100644 --- a/include/QuickMedia.hpp +++ b/include/QuickMedia.hpp @@ -37,6 +37,7 @@ namespace QuickMedia { std::string video_url; std::string images_url; std::string content_title; + std::string content_url; std::string chapter_title; int image_index; Path content_storage_file; |