From dc30c7ad67356f6ff4ada05f002fd0b8ae3592da Mon Sep 17 00:00:00 2001 From: Rikki Tooley Date: Mon, 5 Dec 2016 00:40:34 +0000 Subject: [PATCH] Make LastFm class static --- src/IF.Lastfm.Core/LastFm.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/IF.Lastfm.Core/LastFm.cs b/src/IF.Lastfm.Core/LastFm.cs index 37389cf..30716e0 100644 --- a/src/IF.Lastfm.Core/LastFm.cs +++ b/src/IF.Lastfm.Core/LastFm.cs @@ -14,7 +14,7 @@ [assembly: InternalsVisibleTo("IF.Lastfm.Syro")] namespace IF.Lastfm.Core { - public class LastFm + public static class LastFm { internal const string SCROBBLING_HELP_URL = "https://github.com/inflatablefriends/lastfm/blob/scrobbler/doc/scrobbling.md"; internal const string TEST_APIKEY = "a6ab4b9376e54cdb06912bfbd9c1f288";