mirror of
https://github.com/th-ch/youtube-music.git
synced 2026-01-10 10:11: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 }) => {
|
||||
if (!this.liteMode && is.dev()) {
|
||||
if (!this.liteMode) {
|
||||
if (is.dev()) {
|
||||
console.debug(
|
||||
`Error: '${
|
||||
|
||||
Reference in New Issue
Block a user