Added series progress/rating information back in. Left attempts at doing via a JOIN or raw SQL.
This commit is contained in:
parent
222959981f
commit
922c0153d3
9 changed files with 269 additions and 7 deletions
|
@ -144,6 +144,11 @@ namespace API.Services
|
|||
|
||||
}
|
||||
|
||||
public string GetSummaryInfo(string archivePath)
|
||||
{
|
||||
throw new NotImplementedException();
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Extracts an archive to a temp cache directory. Returns path to new directory. If temp cache directory already exists,
|
||||
/// will return that without performing an extraction. Returns empty string if there are any invalidations which would
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue