Adding language

This commit is contained in:
jhouse
2020-01-15 14:39:53 +09:00
parent 9a7b529da4
commit b248fa869c
3 changed files with 4 additions and 10 deletions
@@ -43,6 +43,7 @@ public class OwnedMovie implements Comparable<OwnedMovie>, MovieMetadata {
this.thumbnail = thumbnail;
this.tvdbId = tvdbId;
this.imdbId = imdbId;
this.language = language;
}
@Override