-
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.
fix: convert song and lyric ID data types to
long
https://github.com/YoutubeClipPlaylist/Lyrics/actions/runs/9629636583/job/26559296260 - Change data type of songId and lyricId from `int` to `long` in DownloadLyricAndWriteFileAsync and GetSongIdAsync function declarations and their respective usages in LyricsDownloader.cs. - Update the relationship mapping in LyricsDownloader.cs and GetLyricAsync method. - In LyricConverter.cs, the queue.dequeue for lyricId data type has been updated from int to long. - In Lyric.cs, the data type for LyricId has been modified in the properties of both ILyric interface and Lyric class from `int` to `long`. - Change definition and usage of songId and lyricId from `int` to `long` in all functions of SongProcessor.cs, updating hashes, helper methods, and task methods accordingly. Signed-off-by: 陳鈞 <[email protected]>
- Loading branch information
Showing
4 changed files
with
18 additions
and
18 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