mirror of
https://github.com/owntone/owntone-server.git
synced 2025-04-15 08:45:54 -04:00
Move file_size to an int64_t, matching other types (off_t)
This commit is contained in:
parent
516909545b
commit
5d41d2d99c
2
src/db.h
2
src/db.h
@ -72,7 +72,7 @@ struct media_file_info {
|
|||||||
uint32_t bitrate;
|
uint32_t bitrate;
|
||||||
uint32_t samplerate;
|
uint32_t samplerate;
|
||||||
uint32_t song_length;
|
uint32_t song_length;
|
||||||
uint64_t file_size;
|
int64_t file_size;
|
||||||
uint32_t year; /* TDRC */
|
uint32_t year; /* TDRC */
|
||||||
|
|
||||||
uint32_t track; /* TRCK */
|
uint32_t track; /* TRCK */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user