Tunez.Scrobbler.ScrobbleFromCache C# (CSharp) Method

ScrobbleFromCache() private method

private ScrobbleFromCache ( ) : Task
return Task
		async Task<bool> ScrobbleFromCache ()
		{
			try {
				return await Scrobble (ReadScrobblesFromCache ());
			} catch (Exception ex) {
				LoggingService.LogError (ex, "Could not scrobble the cache");
				return false;
			}
		}