Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/jellyfin/commit/2eb9a3670bc63c06c464c487eb3d7b59de310dfe You should set ROOT_URL correctly, otherwise the web may not work correctly.

Document PlaybackStartEventArgs

pull/3910/head
Patrick Barron 5 years ago
parent 71c33d09c4
commit 2eb9a3670b

@ -1,5 +1,8 @@
namespace MediaBrowser.Controller.Library
{
/// <summary>
/// An event that occurs when playback is started.
/// </summary>
public class PlaybackStartEventArgs : PlaybackProgressEventArgs
{
}

Loading…
Cancel
Save