mirror of
https://github.com/sphildreth/roadie
synced 2024-11-25 21:50:22 +00:00
9 lines
180 B
C#
9 lines
180 B
C#
|
using System.Threading.Tasks;
|
|||
|
using Roadie.Library.Models.Users;
|
|||
|
|
|||
|
namespace Roadie.Library.Scrobble
|
|||
|
{
|
|||
|
public interface ILastFMScrobbler : IScrobblerIntegration
|
|||
|
{
|
|||
|
}
|
|||
|
}
|