owntone-server/sqlext
ejurgensen 9929832b5f [db] Don't zero play_count, skip_count, seek, time_played, time_skipped on update
If a file gets updated/rescanned we generally don't want to reset the above
values. This commit adds DB_FLAG_NO_ZERO, which marks a field so that
db_file_update() will only update it if the new value is non-zero (i.e. the
caller probably has a "better" value).
2018-12-31 15:55:49 +01:00
..
Makefile.am [config] Many updates to configuration and feature checks 2017-01-06 00:44:18 -08:00
sqlext.c [db] Don't zero play_count, skip_count, seek, time_played, time_skipped on update 2018-12-31 15:55:49 +01:00