Use float for rating

This commit is contained in:
Jonas Kvinge
2021-10-30 18:53:14 +02:00
parent 3d0b6e6ea1
commit 5eae3ddd8a
18 changed files with 70 additions and 70 deletions

View File

@@ -69,7 +69,7 @@ message SongMetadata {
optional string art_automatic = 31;
optional double rating = 32;
optional float rating = 32;
optional bool suspicious_tags = 40;