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