From 3640f620863e4947a07ad6ebbf54ab6427534b38 Mon Sep 17 00:00:00 2001 From: Luke Pulverenti Date: Tue, 3 Jun 2014 23:34:36 -0400 Subject: create collections from movies page --- MediaBrowser.Common/Net/HttpRequestOptions.cs | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'MediaBrowser.Common/Net/HttpRequestOptions.cs') diff --git a/MediaBrowser.Common/Net/HttpRequestOptions.cs b/MediaBrowser.Common/Net/HttpRequestOptions.cs index c3601f8e9..3cba84334 100644 --- a/MediaBrowser.Common/Net/HttpRequestOptions.cs +++ b/MediaBrowser.Common/Net/HttpRequestOptions.cs @@ -52,6 +52,12 @@ namespace MediaBrowser.Common.Net } } + /// + /// Gets or sets the referrer. + /// + /// The referrer. + public string Referer { get; set; } + /// /// Gets or sets the host. /// -- cgit v1.2.3