Skip to content

Commit

Permalink
Make LastFm class static
Browse files Browse the repository at this point in the history
  • Loading branch information
rikkit committed Dec 5, 2016
1 parent 46036a3 commit dc30c7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/IF.Lastfm.Core/LastFm.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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";
Expand Down

0 comments on commit dc30c7a

Please sign in to comment.