libspark: unbreak timeshift

Origin commit data
------------------
Branch: master
Commit: 79935f4821
Author: martii <m4rtii@gmx.de>
Date: 2014-04-11 (Fri, 11 Apr 2014)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
martii
2014-04-11 20:12:54 +02:00
parent 09b81e2d92
commit f171f2378c

View File

@@ -63,7 +63,8 @@ bool cPlayback::Start(char *filename, int vpid, int vtype, int apid, int ac3, un
if (file.substr(0, 7) == "file://") {
if (file.substr(file.length() - 3) == ".ts") {
fn_xml = file.substr(7, file.length() - 2);
fn_ts = file.substr(7);
fn_xml = file.substr(7, file.length() - 9);
fn_xml += "xml";
no_probe = true;
}