From 03ea38b32d9c6b20e533f7409c6f742105258b7a Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Hugo=20H=C3=B6rnquist?= <hugo@lysator.liu.se>
Date: Tue, 9 May 2023 17:27:48 +0200
Subject: [PATCH] Fix type.

---
 manifests/config.pp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/manifests/config.pp b/manifests/config.pp
index 384b6be..70599db 100644
--- a/manifests/config.pp
+++ b/manifests/config.pp
@@ -111,7 +111,7 @@ define mpd::config (
   Optional[Integer] $max_playlist_length                      = undef,
   Optional[Integer] $max_output_buffer_size                   = undef,
   Optional[String] $filesystem_charset                        = undef,
-  Optional[Metadata] $metadata_to_use                         = undef,
+  Optional[Mpd::Metadata] $metadata_to_use                    = undef,
   Boolean $auto_update                                        = true,
   Optional[Integer] $auto_update_depth                        = undef,
   String $config_file = '/etc/mpd.conf',
-- 
GitLab