This commit is contained in:
marcsello 2025-10-09 22:21:38 +02:00
commit fa47df6d89
22 changed files with 1724 additions and 0 deletions

6
model/api.go Normal file
View file

@ -0,0 +1,6 @@
package model
type APIMedia struct {
Name string `json:"name"`
FriendlyName string `json:"friendly_name"`
}