tiktok is back!
- added support for tiktok (images won't work, they're only accessible through the app) - hopefully main input bar is now not rounded on ios, i fucking hate apple - if service is not supported, a correlating error will appear, not generic one - removed duplicates from config that are present in package json already - tiny bit of clean up
This commit is contained in:
@@ -16,10 +16,10 @@ export async function streamDefault(streamInfo, res) {
|
||||
isStream: true
|
||||
});
|
||||
stream.pipe(res).on('error', (err) => {
|
||||
throw Error("File stream pipe error.");
|
||||
internalError(res);
|
||||
});
|
||||
stream.on('error', (err) => {
|
||||
throw Error("File stream error.")
|
||||
internalError(res);
|
||||
});
|
||||
} catch (e) {
|
||||
internalError(res);
|
||||
|
||||
Reference in New Issue
Block a user