aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Controller/Drawing/IImageGenerator.cs
diff options
context:
space:
mode:
Diffstat (limited to 'MediaBrowser.Controller/Drawing/IImageGenerator.cs')
-rw-r--r--MediaBrowser.Controller/Drawing/IImageGenerator.cs4
1 files changed, 2 insertions, 2 deletions
diff --git a/MediaBrowser.Controller/Drawing/IImageGenerator.cs b/MediaBrowser.Controller/Drawing/IImageGenerator.cs
index 21699c3f0..4f944ce54 100644
--- a/MediaBrowser.Controller/Drawing/IImageGenerator.cs
+++ b/MediaBrowser.Controller/Drawing/IImageGenerator.cs
@@ -11,7 +11,7 @@ namespace MediaBrowser.Controller.Drawing
/// <summary>
/// Generates a splashscreen.
/// </summary>
- /// <param name="generationOptions">The options used to generate the splashscreen.</param>
- void GenerateSplashscreen(SplashscreenOptions generationOptions);
+ /// <param name="outputPath">The path where the splashscreen should be saved.</param>
+ void GenerateSplashscreen(string outputPath);
}
}