Make MediaFolder ID int32

This commit is contained in:
Deluan 2020-05-09 22:29:02 -04:00
parent 1ed6d130b1
commit 0d1e2a92f6
3 changed files with 3 additions and 7 deletions

View file

@ -1,8 +1,7 @@
package model
type MediaFolder struct {
// TODO Change to int
ID string
ID int32
Name string
Path string
}