You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added: New independent cinemeta package with a Cinemeta client
Added: Optional meta middleware to put the meta of a movie or TV show into the context
Added: Convenience function to get meta from context
Added: A channel can optionally be passed to an Addon's Run method to be notified of a server shutdown
Added: Optional logging of media name in request log (only works for stream requests)
Improved: Decreased WriteTimeout and IdleTimeout to make sure connections are closed in time when Docker stop is used (which kills containers that aren't stopped within 10s)
Improved: Added context to handler function signatures