From 787b2fcaeba449261719355535d991b653b7cee8 Mon Sep 17 00:00:00 2001 From: Yoshi Askharoun Date: Sun, 30 May 2021 21:21:06 -0500 Subject: [PATCH] Added note to MusicBrainz ID Locator Mod --- ZuneModCore/Mods/MbidLocatorMod.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ZuneModCore/Mods/MbidLocatorMod.cs b/ZuneModCore/Mods/MbidLocatorMod.cs index c30901a..96b12c1 100644 --- a/ZuneModCore/Mods/MbidLocatorMod.cs +++ b/ZuneModCore/Mods/MbidLocatorMod.cs @@ -3,7 +3,6 @@ using System; using System.Collections.Generic; using System.IO; using System.Linq; -using System.Text; using System.Threading.Tasks; namespace ZuneModCore.Mods @@ -20,7 +19,8 @@ namespace ZuneModCore.Mods public override string Title => "MusicBrainz ID Locator"; public override string Description => "Puts MusicBrainz IDs added by MusicBrainz Picard where the Zune " + - "software can use it to show additional information provided by Community Webservices."; + "software can use it to show additional information provided by Community Webservices.\r\n" + + "Note that this will only have an effect if you have used MusicBrainz Picard on your music library."; public override string Author => "Joshua \"Yoshi\" Askharoun";