Added an api method to download the list of installed plugins from the server

This commit is contained in:
LukePulverenti Luke Pulverenti luke pulverenti
2012-09-03 14:15:07 -04:00
parent 7494538829
commit 4500f1d11b
3 changed files with 15 additions and 7 deletions

View File

@@ -22,6 +22,6 @@ namespace MediaBrowser.Model.DTO
public DateTime ConfigurationDateLastModified { get; set; }
[ProtoMember(5)]
public Version Version { get; set; }
public string Version { get; set; }
}
}