We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a46af66 commit b131675Copy full SHA for b131675
Jumoo.uSync.Content/MediaHandler.cs
@@ -17,7 +17,7 @@
17
18
namespace Jumoo.uSync.Content
19
{
20
- public class MediaHandler : BaseContentHandler<IMedia>, ISyncHandler
+ public class MediaHandler : BaseContentHandler<IMedia>, ISyncHandler, ISyncHandlerConfig
21
22
public string Name { get { return "uSync: MediaHandler"; } }
23
public int Priority { get { return uSyncConstants.Priority.Media; } }
0 commit comments