add new chapter provider feature

This commit is contained in:
Luke Pulverenti
2014-06-09 15:16:14 -04:00
parent ba33637251
commit 945e843270
29 changed files with 536 additions and 76 deletions

View File

@@ -561,7 +561,7 @@ namespace MediaBrowser.Api.UserLibrary
return dtos.ToList();
}
throw new ArgumentException("The item does not support special features");
return new List<BaseItemDto>();
}
/// <summary>