Skip to content
This repository has been archived by the owner on May 10, 2024. It is now read-only.

Commit

Permalink
Add comments. Remove useless comments.
Browse files Browse the repository at this point in the history
  • Loading branch information
Brandon-T committed Nov 2, 2023
1 parent c091e2c commit 4ef492d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@
if (window.MediaSource || window.WebKitMediaSource || window.ManagedMediaSource || (window.HTMLMediaElement && HTMLMediaElement.prototype.webkitSourceAddId)) {
delete window.MediaSource;
delete window.WebKitMediaSource;

// This API is only availale in iOS 17.1+ and only available in WebKit atm. The proposal to get it in all browsers is currently still open.
delete window.ManagedMediaSource;

// window.MediaSource = undefined;
Expand Down
2 changes: 0 additions & 2 deletions Sources/Playlist/PlaylistMediaStreamer.swift
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,6 @@ public class PlaylistMediaStreamer {

@MainActor
public func loadMediaStreamingAsset(_ item: PlaylistInfo) async throws -> PlaylistInfo {
print("HERE")

// We need to check if the item is cached locally.
// If the item is cached (downloaded)
// then we can play it directly without having to stream it.
Expand Down

0 comments on commit 4ef492d

Please sign in to comment.