initial commit
This commit is contained in:
7
property_holder.go
Normal file
7
property_holder.go
Normal file
@ -0,0 +1,7 @@
|
||||
package model
|
||||
|
||||
type PropertyHolder interface {
|
||||
GetLanguages() []string
|
||||
GetSubtitles() []string
|
||||
GetResolution() Resolution
|
||||
}
|
Reference in New Issue
Block a user