aboutsummaryrefslogtreecommitdiff
path: root/back-end/src/Model/ChannelManager.cs
diff options
context:
space:
mode:
Diffstat (limited to 'back-end/src/Model/ChannelManager.cs')
-rw-r--r--back-end/src/Model/ChannelManager.cs4
1 files changed, 3 insertions, 1 deletions
diff --git a/back-end/src/Model/ChannelManager.cs b/back-end/src/Model/ChannelManager.cs
index adcc3b2..22dbab9 100644
--- a/back-end/src/Model/ChannelManager.cs
+++ b/back-end/src/Model/ChannelManager.cs
@@ -26,19 +26,21 @@ using System.Threading;
using System.Threading.Tasks;
using System.Collections.Generic;
+using VNLib.Utils.IO;
using VNLib.Hashing;
using VNLib.Plugins;
using VNLib.Plugins.Extensions.Loading;
using Content.Publishing.Blog.Admin.Storage;
+
namespace Content.Publishing.Blog.Admin.Model
{
[ConfigurationName("blog_channels")]
internal sealed class ChannelManager : IChannelContextManager
{
- private readonly IStorageFacade Storage;
+ private readonly ISimpleFilesystem Storage;
private readonly string _indexPath;