mirror of
https://github.com/owntone/owntone-server.git
synced 2024-12-28 16:15:57 -05:00
[db] Comment for DB_FILES_RATING_MAX
This commit is contained in:
parent
7b04787fc1
commit
b17e50438c
1
src/db.h
1
src/db.h
@ -72,6 +72,7 @@ enum query_type {
|
|||||||
#define DB_ADMIN_LASTFM_SESSION_KEY "lastfm_sk"
|
#define DB_ADMIN_LASTFM_SESSION_KEY "lastfm_sk"
|
||||||
#define DB_ADMIN_SPOTIFY_REFRESH_TOKEN "spotify_refresh_token"
|
#define DB_ADMIN_SPOTIFY_REFRESH_TOKEN "spotify_refresh_token"
|
||||||
|
|
||||||
|
/* Max value for media_file_info->rating (valid range is from 0 to 100) */
|
||||||
#define DB_FILES_RATING_MAX 100
|
#define DB_FILES_RATING_MAX 100
|
||||||
|
|
||||||
struct query_params {
|
struct query_params {
|
||||||
|
Loading…
Reference in New Issue
Block a user