Skip to content

Commit b131675

Browse files
committed
Fix #363 - Media handler isn't a ISyncConfigHandler
1 parent a46af66 commit b131675

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Jumoo.uSync.Content/MediaHandler.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
namespace Jumoo.uSync.Content
1919
{
20-
public class MediaHandler : BaseContentHandler<IMedia>, ISyncHandler
20+
public class MediaHandler : BaseContentHandler<IMedia>, ISyncHandler, ISyncHandlerConfig
2121
{
2222
public string Name { get { return "uSync: MediaHandler"; } }
2323
public int Priority { get { return uSyncConstants.Priority.Media; } }

0 commit comments

Comments
 (0)