mirror of
https://github.com/th-ch/youtube-music.git
synced 2026-01-14 03:41:46 +00:00
fix(tuna-obs): lite mode logic
This commit is contained in:
@ -67,7 +67,7 @@ export default createPlugin({
|
|||||||
}
|
}
|
||||||
})
|
})
|
||||||
.catch((error: { code: number; errno: number }) => {
|
.catch((error: { code: number; errno: number }) => {
|
||||||
if (!this.liteMode && is.dev()) {
|
if (!this.liteMode) {
|
||||||
if (is.dev()) {
|
if (is.dev()) {
|
||||||
console.debug(
|
console.debug(
|
||||||
`Error: '${
|
`Error: '${
|
||||||
|
|||||||
Reference in New Issue
Block a user