This website requires JavaScript.
Explore
Help
Sign In
phoenix
/
soaricarus_api
Watch
1
Star
0
Fork
0
Code
Issues
Pull Requests
1
Actions
Packages
Projects
Releases
33
Wiki
Activity
Files
c9e8e2c6da88cfe73c5a2874dfd4d4627c55230d
soaricarus_api
/
Controllers
/
Managers
T
History
amazing-username
c9e8e2c6da
Continuing work on updating a song's record whenever attributes or metadata are updated. Running into an issue where the Song record is deleted during an update after the other records have been updated (artist record, album record, genre record, etc.). I believe I have narrowed it down to the Genre id and Year Id of the song not being updated.
#37
2019-05-19 21:48:03 -04:00
..
DirectoryManager.cs
Provided solution for
#18
2019-04-14 20:10:02 +00:00
SongManager.cs
Continuing work on updating a song's record whenever attributes or metadata are updated. Running into an issue where the Song record is deleted during an update after the other records have been updated (artist record, album record, genre record, etc.). I believe I have narrowed it down to the Genre id and Year Id of the song not being updated.
#37
2019-05-19 21:48:03 -04:00
TokenManager.cs
Addressed the unsecure login HTTP endpoint and user the Performers property instead of the deprecated Artists property from the TagLib library.
#38
2019-05-11 16:42:29 -04:00