package model type PropertyHolder interface { GetLanguages() []string GetSubtitles() []string GetResolution() Resolution }