mirror of
https://github.com/JasonHHouse/gaps.git
synced 2026-05-05 08:09:08 -05:00
Adding language
This commit is contained in:
@@ -43,6 +43,7 @@ public class OwnedMovie implements Comparable<OwnedMovie>, MovieMetadata {
|
||||
this.thumbnail = thumbnail;
|
||||
this.tvdbId = tvdbId;
|
||||
this.imdbId = imdbId;
|
||||
this.language = language;
|
||||
}
|
||||
|
||||
@Override
|
||||
|
||||
Reference in New Issue
Block a user