mirror of
https://github.com/owntone/owntone-server.git
synced 2025-11-10 05:59:45 -05:00
Remove useless force_update field in media file info
This commit is contained in:
@@ -185,7 +185,7 @@ process_media_file(char *file, time_t mtime, off_t size, int compilation)
|
||||
|
||||
mfi = db_file_fetch_bypath(file);
|
||||
|
||||
need_update = (!mfi || (mfi->db_timestamp < mtime) || mfi->force_update);
|
||||
need_update = (!mfi || (mfi->db_timestamp < mtime));
|
||||
|
||||
if (!need_update)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user