Remove useless force_update field in media file info

This commit is contained in:
Julien BLACHE
2009-06-11 19:15:22 +02:00
parent c918c5c689
commit 3b7ff30c1b
5 changed files with 6 additions and 13 deletions

View File

@@ -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)
{