Skip to content

Commit

Permalink
fix: initial track info should also push events to windows
Browse files Browse the repository at this point in the history
  • Loading branch information
Venipa committed Nov 25, 2024
1 parent 174a807 commit 63cc43e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion electron-builder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ mac:
icon: build/icon.icns
dmg:
title: "Install or Update ${productName} ${version}"
linux:
linux:
target:
- target: appImage
arch: x64
Expand Down
1 change: 1 addition & 0 deletions src/main/plugins/trackProvider.plugin.ts
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,7 @@ export default class TrackProvider extends BaseProvider implements AfterInit {
trackCollection.addOrUpdate(ytTrack.video.videoId, track as TrackData);

if (
!this._activeTrackId ||
track.video.videoId === this._activeTrackId ||
(await this.getActiveTrackByDOM()) === track.video.videoId
) {
Expand Down

0 comments on commit 63cc43e

Please sign in to comment.