aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Providers/Plugins/AudioDb
diff options
context:
space:
mode:
authorGreenback <jimcartlidge@yahoo.co.uk>2020-12-18 20:37:35 +0000
committerGreenback <jimcartlidge@yahoo.co.uk>2020-12-18 20:37:35 +0000
commitce19f2be55c7484488bebfd29bd42c1f082ae888 (patch)
treeeb66e00c31286106b4533462767839c65dd7b8ba /MediaBrowser.Providers/Plugins/AudioDb
parent486148dd6b18ec336ca076b8ec0a23d257789683 (diff)
Renamed Guid property to Id
Diffstat (limited to 'MediaBrowser.Providers/Plugins/AudioDb')
-rw-r--r--MediaBrowser.Providers/Plugins/AudioDb/Plugin.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/MediaBrowser.Providers/Plugins/AudioDb/Plugin.cs b/MediaBrowser.Providers/Plugins/AudioDb/Plugin.cs
index b5bd72ff0d..ba0d7b5697 100644
--- a/MediaBrowser.Providers/Plugins/AudioDb/Plugin.cs
+++ b/MediaBrowser.Providers/Plugins/AudioDb/Plugin.cs
@@ -1,4 +1,4 @@
-#pragma warning disable CS1591
+#pragma warning disable CS1591
using System;
using System.Collections.Generic;