SongData修正物件問題
This commit is contained in:
parent
8d030baf9f
commit
b263798557
@ -21,10 +21,13 @@ namespace DBObj
|
||||
{
|
||||
basic=new(songNumber,song,songSimplified,filename,humanVoice);
|
||||
A= new Artist(artistA, artistASimplified);
|
||||
if(artistB!=null){
|
||||
if(!artistB.Equals("")){
|
||||
B = new Artist(artistB, artistBSimplified);
|
||||
}
|
||||
isPublicSong = false;
|
||||
} else
|
||||
{
|
||||
B = null;
|
||||
}
|
||||
isPublicSong = false;
|
||||
}
|
||||
public SongData(SongData value,PlayState s){
|
||||
basic = value.getBasic();
|
||||
|
Loading…
x
Reference in New Issue
Block a user