Skip to content

Commit

Permalink
Add requestedByAlias to Ombi structures #97
Browse files Browse the repository at this point in the history
  • Loading branch information
samwiseg0 committed Jan 18, 2019
1 parent d112cb8 commit 4307b86
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions varken/structures.py
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,7 @@ class OmbiTVRequest(NamedTuple):
title: str = None
totalSeasons: int = None
tvDbId: int = None
requestedByAlias: str = None


class OmbiMovieRequest(NamedTuple):
Expand Down Expand Up @@ -173,6 +174,7 @@ class OmbiMovieRequest(NamedTuple):
title: str = None
langCode: str = None
languageCode: str = None
requestedByAlias: str = None


# Sonarr
Expand Down

0 comments on commit 4307b86

Please sign in to comment.