Removed un-needed WebClient from XbmcProvider.

BackLog Provider created.
QueueIfWanted moved to new class (RssItemProcessingProvider) to cutdown on repeating code (between RssSyncProvider and BacklogProvider)
Style.css now sets width for rootDirectories class (when adding a new show).
This commit is contained in:
Mark McDowall
2011-03-18 08:39:19 -07:00
parent b2b4423c92
commit 84f0dfed4e
11 changed files with 238 additions and 148 deletions
+5
View File
@@ -239,6 +239,11 @@ input[type="text"]:hover
/* Add Series */
.tvDbSearchResults
{
width: 400px;
}
.rootDirectories
{
width: 400px;
}