修正已點歌曲返回按鈕+修正關台已點歌單清除
This commit is contained in:
parent
bbb89a17ca
commit
d599d448a7
2
.gitignore
vendored
2
.gitignore
vendored
@ -5,4 +5,4 @@ Superstar_log.ldf
|
|||||||
build.bat
|
build.bat
|
||||||
*.exe
|
*.exe
|
||||||
bin/logfile.txt
|
bin/logfile.txt
|
||||||
.gitignore
|
bin/secondary_graph.grf
|
||||||
|
@ -3042,6 +3042,8 @@ public class MultiPagePanel : Panel
|
|||||||
/// <param name="e"></param>
|
/// <param name="e"></param>
|
||||||
private void ShouYeButton_Click(object sender, EventArgs e)
|
private void ShouYeButton_Click(object sender, EventArgs e)
|
||||||
{
|
{
|
||||||
|
if(currentSongList == playedSongsHistory)
|
||||||
|
return;
|
||||||
autoRefreshTimer.Stop(); // 停止自动刷新
|
autoRefreshTimer.Stop(); // 停止自动刷新
|
||||||
/*
|
/*
|
||||||
SetHotSongButtonsVisibility(false);
|
SetHotSongButtonsVisibility(false);
|
||||||
|
@ -172,7 +172,7 @@ namespace DualScreenDemo
|
|||||||
|
|
||||||
VideoPlayerForm.publicPlaylist = new List<SongData>();
|
VideoPlayerForm.publicPlaylist = new List<SongData>();
|
||||||
VideoPlayerForm.playingSongList = new List<SongData>();
|
VideoPlayerForm.playingSongList = new List<SongData>();
|
||||||
|
PrimaryForm.playedSongsHistory = new List<SongData>();
|
||||||
// 如果有正在播放的歌曲也加進去
|
// 如果有正在播放的歌曲也加進去
|
||||||
if (VideoPlayerForm.Instance.currentPlayingSong != null)
|
if (VideoPlayerForm.Instance.currentPlayingSong != null)
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user