Skip to content

Commit 7fc10f3

Browse files
committed
Live Streams
1 parent d76e404 commit 7fc10f3

File tree

110 files changed

+7588
-580
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

110 files changed

+7588
-580
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,4 @@ yarn.lock
1414
stats.html
1515
ssh.json
1616
archive.zip
17+
.idea

src/components/appMediaPlaybackController.ts

+1
Original file line numberDiff line numberDiff line change
@@ -445,6 +445,7 @@ export class AppMediaPlaybackController extends EventListenerBase<{
445445
await onMediaLoad(playingMedia, undefined, false); // have to wait for load, otherwise on macOS won't set
446446

447447
const doc = getMediaFromMessage(message, true) as MyDocument;
448+
if(!doc) return; // live
448449

449450
const artwork: MediaImage[] = [];
450451

0 commit comments

Comments
 (0)