Renamed stream exclude option.
This commit is contained in:
@@ -674,7 +674,7 @@ streamQueue.define('fetchStreamSource', async ({ source, tempFileTarget, hashStr
|
||||
|
||||
const { hostname } = new URL(source.stream);
|
||||
|
||||
if (config.media.excludeStreamHostnames.includes(hostname)) {
|
||||
if (config.media.streamExcludeHostnames.includes(hostname)) {
|
||||
throw new Error(`Stream source hostname ${hostname} is excluded by config`);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user