Fix incorrect nomenclature in interface name.
This commit is contained in:
@@ -17,6 +17,6 @@ namespace Quik.Media
|
||||
|
||||
public interface MediaLoader<T> : MediaLoader
|
||||
{
|
||||
IDisposable GetMedia(T uri, MediaHint hint);
|
||||
IDisposable GetMedia(T key, MediaHint hint);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user