mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-31 01:11:06 +02:00
tmdb: fix return value
Origin commit data
------------------
Commit: b657748f95
Author: vanhofen <vanhofen@gmx.de>
Date: 2016-03-04 (Fri, 04 Mar 2016)
Origin message was:
------------------
- tmdb: fix return value
This commit is contained in:
committed by
Michael Liebmann
parent
6164c66679
commit
44e0253995
@@ -275,6 +275,8 @@ bool cTmdb::GetMovieDetails()
|
||||
}
|
||||
} else
|
||||
return false;
|
||||
|
||||
return false;
|
||||
}
|
||||
|
||||
std::string cTmdb::CreateEPGText()
|
||||
|
Reference in New Issue
Block a user