Change mtime and ctime to qint64

This commit is contained in:
Jonas Kvinge
2020-08-13 21:09:06 +02:00
parent 7aebd6ed57
commit c315e5016d
7 changed files with 19 additions and 19 deletions

View File

@@ -55,8 +55,8 @@ message SongMetadata {
optional string basefilename = 22;
optional FileType filetype = 23;
optional int32 filesize = 24;
optional int32 mtime = 25;
optional int32 ctime = 26;
optional int64 mtime = 25;
optional int64 ctime = 26;
optional int32 playcount = 27;
optional int32 skipcount = 28;