From 9f68d9211c490fac64b56cc525f80966c168df8c Mon Sep 17 00:00:00 2001 From: Walid Kayhal <3347810+waliid@users.noreply.github.com> Date: Mon, 2 Dec 2024 13:51:59 +0100 Subject: [PATCH] Use yml extension instead of yaml --- .github/workflows/{nightlies.yaml => nightlies.yml} | 0 .github/workflows/{releases.yaml => releases.yml} | 0 Sources/CoreBusiness/CoreBusiness.docc/PillarboxCoreBusiness.md | 2 +- 3 files changed, 1 insertion(+), 1 deletion(-) rename .github/workflows/{nightlies.yaml => nightlies.yml} (100%) rename .github/workflows/{releases.yaml => releases.yml} (100%) diff --git a/.github/workflows/nightlies.yaml b/.github/workflows/nightlies.yml similarity index 100% rename from .github/workflows/nightlies.yaml rename to .github/workflows/nightlies.yml diff --git a/.github/workflows/releases.yaml b/.github/workflows/releases.yml similarity index 100% rename from .github/workflows/releases.yaml rename to .github/workflows/releases.yml diff --git a/Sources/CoreBusiness/CoreBusiness.docc/PillarboxCoreBusiness.md b/Sources/CoreBusiness/CoreBusiness.docc/PillarboxCoreBusiness.md index dbb0d7e9a..94b384c1a 100644 --- a/Sources/CoreBusiness/CoreBusiness.docc/PillarboxCoreBusiness.md +++ b/Sources/CoreBusiness/CoreBusiness.docc/PillarboxCoreBusiness.md @@ -22,7 +22,7 @@ To play an SRG SSR content simply create a `PlayerItem` with ``PillarboxPlayer/P You can optionally change the server or add additional custom player item trackers. Standard SRG SSR trackers cannot be disabled. -> Tip: Tracker adapters receive standard a ``MediaMetadata`` instance as parameter. If data your tracker needs is not available please file a corresponding [issue](https://github.com/SRGSSR/pillarbox-apple/issues/new?assignees=&labels=enhancement%2Ctriage&projects=&template=feature_request.yaml) so that we can parse it. +> Tip: Tracker adapters receive standard a ``MediaMetadata`` instance as parameter. If data your tracker needs is not available please file a corresponding [issue](https://github.com/SRGSSR/pillarbox-apple/issues/new?assignees=&labels=enhancement%2Ctriage&projects=&template=feature_request.yml) so that we can parse it. ### Avoid background playback