Skip to content

有个小bug #6

@moruoxian

Description

@moruoxian

当前播放列表为空的时候点击下一首获取的item指针为空会产生异常 建议加个

if (playlistTable->item(mediaList->currentIndex(), 1) == nullptr)
{
	// messagebox 告警提醒下一首不存在 并return保证程序正常运行不崩溃;
	return;
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions