Initial implementation of voice works scanning.
This commit is contained in:
7
JSMR.Infrastructure/Scanning/Models/ScannedRating.cs
Normal file
7
JSMR.Infrastructure/Scanning/Models/ScannedRating.cs
Normal file
@@ -0,0 +1,7 @@
|
||||
namespace JSMR.Infrastructure.Scanning.Models;
|
||||
|
||||
public class ScannedRating
|
||||
{
|
||||
public byte Score { get; set; }
|
||||
public int Votes { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user