Mercurial > minori
diff include/core/filesystem.h @ 378:5912dafc6e28
anime: add poster cache
:)
| author | Paper <paper@tflc.us> |
|---|---|
| date | Wed, 05 Nov 2025 12:50:35 -0500 |
| parents | 47c9f8502269 |
| children | 5eaafed6c10b |
line wrap: on
line diff
--- a/include/core/filesystem.h Fri Jul 25 12:40:25 2025 -0400 +++ b/include/core/filesystem.h Wed Nov 05 12:50:35 2025 -0500 @@ -10,6 +10,7 @@ std::filesystem::path GetConfigPath(); // (dotpath)/config.json std::filesystem::path GetAnimeDBPath(); // (dotpath)/anime/db.json std::filesystem::path GetTorrentsPath(); // (dotpath)/torrents/... +std::filesystem::path GetAnimePostersPath(); // (dotpath)/anime/posters/ } // namespace Filesystem
