mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-28 16:01:20 +02:00
record.cpp:fix possible recording in flash
This commit is contained in:
@@ -575,6 +575,8 @@ record_error_msg_t CRecordInstance::MakeFileName(CZapitChannel * channel)
|
||||
return RECORD_INVALID_DIRECTORY;
|
||||
/* fallback to g_settings.network_nfs_recordingdir */
|
||||
Directory = std::string(g_settings.network_nfs_recordingdir);
|
||||
}else{
|
||||
return RECORD_INVALID_DIRECTORY;
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user