comparison src/core/filesystem.cc @ 378:5912dafc6e28

anime: add poster cache :)
author Paper <paper@tflc.us>
date Wed, 05 Nov 2025 12:50:35 -0500
parents 47c9f8502269
children 0265e125f680
comparison
equal deleted inserted replaced
377:1b0b8e746d83 378:5912dafc6e28
49 std::filesystem::path GetTorrentsPath() 49 std::filesystem::path GetTorrentsPath()
50 { 50 {
51 return GetDotPath() / "torrents"; 51 return GetDotPath() / "torrents";
52 } 52 }
53 53
54 std::filesystem::path GetAnimePostersPath()
55 {
56 return GetDotPath() / "anime" / "posters";
57 }
58
54 } // namespace Filesystem 59 } // namespace Filesystem