mirror of
https://github.com/QL-Win/QuickLook.git
synced 2025-09-12 02:09:05 +00:00
Fix #825 properly
This commit is contained in:
@@ -25,13 +25,13 @@ namespace QuickLook.Plugin.ImageViewer.AnimatedImage
|
||||
{
|
||||
internal abstract class AnimationProvider : IDisposable
|
||||
{
|
||||
protected AnimationProvider(string path, MetaProvider meta)
|
||||
protected AnimationProvider(Uri path, MetaProvider meta)
|
||||
{
|
||||
Path = path;
|
||||
Meta = meta;
|
||||
}
|
||||
|
||||
public string Path { get; }
|
||||
public Uri Path { get; }
|
||||
|
||||
public MetaProvider Meta { get; }
|
||||
|
||||
|
Reference in New Issue
Block a user