diff 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
line wrap: on
line diff
--- a/src/core/filesystem.cc	Fri Jul 25 12:40:25 2025 -0400
+++ b/src/core/filesystem.cc	Wed Nov 05 12:50:35 2025 -0500
@@ -51,4 +51,9 @@
 	return GetDotPath() / "torrents";
 }
 
+std::filesystem::path GetAnimePostersPath()
+{
+	return GetDotPath() / "anime" / "posters";
+}
+
 } // namespace Filesystem