comparison include/library/library.h @ 410:eb554255ea5f default tip

*: no crash
author Paper <paper@tflc.us>
date Thu, 02 Apr 2026 01:09:09 -0400
parents 8d06825d96d1
children
comparison
equal deleted inserted replaced
409:8d06825d96d1 410:eb554255ea5f
13 namespace Library { 13 namespace Library {
14 14
15 class Database final { 15 class Database final {
16 public: 16 public:
17 Database(); 17 Database();
18 ~Database();
18 19
19 /* Update watchers from current library paths */ 20 /* Update watchers from current library paths */
20 void UpdateWatchers(); 21 void UpdateWatchers();
21 22
22 bool GetPathAnimeAndEpisode(const std::string &basename, int *aid, int *ep); 23 bool GetPathAnimeAndEpisode(const std::string &basename, int *aid, int *ep);