Make LastFm class static

This commit is contained in:
Rikki Tooley 2016-12-05 00:40:34 +00:00
parent 46036a390e
commit dc30c7ad67

View File

@ -14,7 +14,7 @@
[assembly: InternalsVisibleTo("IF.Lastfm.Syro")] [assembly: InternalsVisibleTo("IF.Lastfm.Syro")]
namespace IF.Lastfm.Core 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 SCROBBLING_HELP_URL = "https://github.com/inflatablefriends/lastfm/blob/scrobbler/doc/scrobbling.md";
internal const string TEST_APIKEY = "a6ab4b9376e54cdb06912bfbd9c1f288"; internal const string TEST_APIKEY = "a6ab4b9376e54cdb06912bfbd9c1f288";