mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-08-27 04:16:47 +00:00
change text on library page
This commit is contained in:
parent
eb313459d3
commit
8d97d34d10
2 changed files with 3 additions and 4 deletions
|
|
@ -6,7 +6,7 @@ using System.Linq;
|
|||
namespace MediaBrowser.Server.Implementations.EntryPoints.Notifications
|
||||
{
|
||||
/// <summary>
|
||||
/// Sends out messages anytime a notification is added or udpated
|
||||
/// Notifies clients anytime a notification is added or udpated
|
||||
/// </summary>
|
||||
public class WebSocketNotifier : IServerEntryPoint
|
||||
{
|
||||
|
|
|
|||
|
|
@ -385,9 +385,8 @@ namespace MediaBrowser.ServerApplication
|
|||
{
|
||||
PageSize = 4096,
|
||||
CacheSize = 4096,
|
||||
SyncMode = SynchronizationModes.Off,
|
||||
DataSource = dbPath,
|
||||
JournalMode = SQLiteJournalModeEnum.Wal
|
||||
SyncMode = SynchronizationModes.Normal,
|
||||
DataSource = dbPath
|
||||
};
|
||||
|
||||
var connection = new SQLiteConnection(connectionstr.ConnectionString);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue