1
0
Fork 0
mirror of https://github.com/HenkKalkwater/harbour-sailfin.git synced 2025-09-06 10:32:44 +00:00

core/WebSocket: Delay websocket initialisation

Workaround for #16.
This commit is contained in:
Chris Josten 2024-01-02 15:36:19 +01:00
parent 3fb373a8ef
commit bb45637d0b
5 changed files with 110 additions and 38 deletions

View file

@ -115,6 +115,19 @@
<translation type="unfinished"></translation>
</message>
</context>
<context>
<name>ControllableDevicesPage</name>
<message>
<source>Remote control</source>
<extracomment>Page title: page for remote controlling other Jellyfin apps</extracomment>
<translation type="unfinished"></translation>
</message>
<message>
<source>%1 %2</source>
<extracomment>List of devices item title in the form of &lt;app name&gt; &lt;device name&gt;</extracomment>
<translation type="unfinished"></translation>
</message>
</context>
<context>
<name>DebugPage</name>
<message>
@ -255,6 +268,11 @@
<source>Pull down to retry again</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Remote control</source>
<extracomment>Pulley menu item: shows controllable device page</extracomment>
<translation type="unfinished"></translation>
</message>
</context>
<context>
<name>MusicAlbumPage</name>
@ -353,14 +371,6 @@ Page title for the list of all artists within the music library</extracomment>
</context>
<context>
<name>PlaybackBar</name>
<message>
<source>No media selected</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Play some media!</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>No audio</source>
<translation type="unfinished"></translation>
@ -374,6 +384,20 @@ Page title for the list of all artists within the music library</extracomment>
<extracomment>Pulley menu item: stops playback of music</extracomment>
<translation type="unfinished"></translation>
</message>
<message>
<source>Nothing is playing</source>
<extracomment>Shown in a bright font when no media is playing in the bottom bar and now playing screen</extracomment>
<translation type="unfinished"></translation>
</message>
<message>
<source>Connected to %1</source>
<extracomment>Shown when no media is being played, but the app is controlling another Jellyfin client %1 is the name of said client</extracomment>
<translation type="unfinished"></translation>
</message>
<message>
<source>Start playing some media!</source>
<translation type="unfinished"></translation>
</message>
</context>
<context>
<name>PosterCover</name>