mirror of
https://github.com/owntone/owntone-server.git
synced 2025-11-25 20:16:14 -05:00
Speedup startup rescan
This commit is contained in:
6
src/db.h
6
src/db.h
@@ -326,7 +326,7 @@ void
|
||||
db_file_inc_playcount(int id);
|
||||
|
||||
void
|
||||
db_file_ping(char *path);
|
||||
db_file_ping(int id);
|
||||
|
||||
char *
|
||||
db_file_path_byid(int id);
|
||||
@@ -343,8 +343,8 @@ db_file_id_byfile(char *filename);
|
||||
int
|
||||
db_file_id_byurl(char *url);
|
||||
|
||||
time_t
|
||||
db_file_stamp_bypath(char *path);
|
||||
void
|
||||
db_file_stamp_bypath(char *path, time_t *stamp, int *id);
|
||||
|
||||
struct media_file_info *
|
||||
db_file_fetch_byid(int id);
|
||||
|
||||
Reference in New Issue
Block a user