Fixed FTBFS caused by commit e5dbf18. This resolves issue TDE/tde-packaging-gentoo#171.

Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
issue/1/kplayer
Michele Calgaro 4 years ago
parent 3b6f3a496f
commit 460ab20c46
Signed by: MicheleC
GPG Key ID: 2A75B7CA8ADED5CF

@ -3144,8 +3144,8 @@ void KPlayerDiskNode::autodetect (void)
connect (job, SIGNAL(result(TDEIO::Job*)), SLOT(statResult(TDEIO::Job*)));
return;
}
else if ( ! m_fast_autodetect && m_url == "bluray://"
|| m_fast_autodetect && disk() -> type() == "BLURAY" && m_url != "bluray://" )
else if (m_fast_autodetect && disk() -> type() == "BLURAY" && m_url != "bluray://" )
m_url = "bluray://";
else if ( ! m_fast_autodetect && m_url == "data://"
|| m_fast_autodetect && disk() -> type() == "Video CD" && m_url != "vcd://" )
m_url = "vcd://";

Loading…
Cancel
Save