From 995943d83b06bf81dc2bb2de0c3d4cf448912907 Mon Sep 17 00:00:00 2001 From: "H. Utku Maden" Date: Sun, 2 Jul 2023 10:38:46 +0300 Subject: [PATCH] Fix incorrect nomenclature in interface name. --- Quik/Media/MediaLoader.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Quik/Media/MediaLoader.cs b/Quik/Media/MediaLoader.cs index c17a354..6d6de60 100644 --- a/Quik/Media/MediaLoader.cs +++ b/Quik/Media/MediaLoader.cs @@ -17,6 +17,6 @@ namespace Quik.Media public interface MediaLoader : MediaLoader { - IDisposable GetMedia(T uri, MediaHint hint); + IDisposable GetMedia(T key, MediaHint hint); } } \ No newline at end of file