InputStream: remove attribute "plugin"
This commit is contained in:
@@ -67,7 +67,7 @@ ThreadInputStream::Start(Error &error)
|
||||
inline void
|
||||
ThreadInputStream::ThreadFunc()
|
||||
{
|
||||
FormatThreadName("input:%s", GetPlugin().name);
|
||||
FormatThreadName("input:%s", plugin);
|
||||
|
||||
Lock();
|
||||
if (!Open(postponed_error)) {
|
||||
|
Reference in New Issue
Block a user