diff --git a/components/.DS_Store b/components/.DS_Store new file mode 100644 index 00000000..306a9312 Binary files /dev/null and b/components/.DS_Store differ diff --git a/components/data/MovieData.brs b/components/data/MovieData.brs index 2970d94c..a37bb526 100644 --- a/components/data/MovieData.brs +++ b/components/data/MovieData.brs @@ -8,6 +8,13 @@ sub setFields() m.top.watched = json.UserData.played m.top.Type = "Movie" + if json.MediaSourceCount <> invalid and json.MediaSourceCount > 1 + m.top.mediaSources = [] + for each source in json.MediaSources + m.top.mediaSources.push(source) + end for + end if + if json.ProductionYear <> invalid m.top.SubTitle = json.ProductionYear end if diff --git a/components/data/MovieData.xml b/components/data/MovieData.xml index 86aba8a0..2d73e676 100644 --- a/components/data/MovieData.xml +++ b/components/data/MovieData.xml @@ -5,6 +5,8 @@ + +