forked from openhome/ohPipeline
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Pins/TIDAL: Add ability to refresh pins & refresh TIDAL mix pins
- Adds the ability for implementers to provide an `IPinRefresher` instance which will be called periodically to check if a given pin's metadata has changed. This can be used to update metadata on changing pins (like TIDAL Mixes) as well as detect and report back pins that may have changed or have stopped working after a period of time. Pins are currently refreshed: - 5mins after boot - When invoked - Every 24hours - Adds the ability for us to refresh TIDAL Mix pins. This will ensure we have the most up-to-date artwork available for those pins.
- Loading branch information
1 parent
0896eaa
commit a043a8f
Showing
7 changed files
with
427 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.