use modular id's on edit page

This commit is contained in:
Luke Pulverenti
2014-02-21 16:44:10 -05:00
parent 0d90f1d450
commit 8f22edb503
8 changed files with 123 additions and 11 deletions

View File

@@ -16,16 +16,10 @@ namespace MediaBrowser.Model.Providers
public string Key { get; set; }
/// <summary>
/// Gets or sets the type of the item.
/// Gets or sets the URL format string.
/// </summary>
/// <value>The type of the item.</value>
public string ItemType { get; set; }
/// <summary>
/// Gets or sets the format string.
/// </summary>
/// <value>The format string.</value>
public string FormatString { get; set; }
/// <value>The URL format string.</value>
public string UrlFormatString { get; set; }
}
public class ExternalUrl