|
@@ -109,6 +109,7 @@ namespace GxPress.Repository.Implement.Media
|
|
|
}
|
|
|
categoryName = categoryName.Remove(categoryName.Length - 1, 1);
|
|
|
model.CategoryName = categoryName;
|
|
|
+ model.IsLibrary = result.MediaLibraryResults.Count > 0;
|
|
|
var id = await _repository.InsertAsync(model);
|
|
|
if (id > 0)
|
|
|
{
|