mirror of
https://github.com/koush/scrypted.git
synced 2026-03-06 03:12:00 +00:00
8 lines
230 B
TypeScript
8 lines
230 B
TypeScript
import { alertRecommendedPlugins } from "@scrypted/common/src/alert-recommended-plugins";
|
|
|
|
export async function recommendRebroadcast() {
|
|
alertRecommendedPlugins({
|
|
'@scrypted/prebuffer-mixin': 'Rebroadcast',
|
|
});
|
|
}
|