Safe Haskell | None |
---|---|
Language | Haskell2010 |
- data Season = Season {}
- seasonPosterURLs :: Configuration -> Season -> [Text]
Documentation
Metadata for a TV Season.
- The
seasonPosterPath
field is an incomplete URL. To construct a complete URL you'll need to use theConfiguration
type and theseasonPosterURLs
helper function.
Season | |
|
seasonPosterURLs :: Configuration -> Season -> [Text] Source #
Return a list of URLs for all possible season posters.