update logo
This commit is contained in:
parent
545cc77e3e
commit
224c0a06e7
|
@ -78,7 +78,7 @@ namespace MediaBrowser.Server.Implementations.News
|
||||||
|
|
||||||
var requestOptions = new HttpRequestOptions
|
var requestOptions = new HttpRequestOptions
|
||||||
{
|
{
|
||||||
Url = "http://mediabrowser3.com/community/index.php?/blog/rss/1-media-browser-developers-blog",
|
Url = "http://emby.media/community/index.php?/blog/rss/1-media-browser-developers-blog",
|
||||||
Progress = new Progress<double>()
|
Progress = new Progress<double>()
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 28 KiB After Width: | Height: | Size: 72 KiB |
|
@ -121,7 +121,7 @@
|
||||||
this.lblStatus.Location = new System.Drawing.Point(3, 0);
|
this.lblStatus.Location = new System.Drawing.Point(3, 0);
|
||||||
this.lblStatus.MaximumSize = new System.Drawing.Size(0, 100);
|
this.lblStatus.MaximumSize = new System.Drawing.Size(0, 100);
|
||||||
this.lblStatus.Name = "lblStatus";
|
this.lblStatus.Name = "lblStatus";
|
||||||
this.lblStatus.Size = new System.Drawing.Size(469, 59);
|
this.lblStatus.Size = new System.Drawing.Size(423, 59);
|
||||||
this.lblStatus.TabIndex = 0;
|
this.lblStatus.TabIndex = 0;
|
||||||
this.lblStatus.Text = "Loading Emby Server";
|
this.lblStatus.Text = "Loading Emby Server";
|
||||||
this.lblStatus.UseWaitCursor = true;
|
this.lblStatus.UseWaitCursor = true;
|
||||||
|
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user