mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-04-15 06:42:18 +01:00
add more notifications
This commit is contained in:
@@ -437,7 +437,8 @@ namespace MediaBrowser.Server.Implementations.Session
|
||||
{
|
||||
Item = libraryItem,
|
||||
Users = users,
|
||||
MediaSourceId = info.MediaSourceId
|
||||
MediaSourceId = info.MediaSourceId,
|
||||
MediaInfo = info.Item
|
||||
|
||||
}, _logger);
|
||||
|
||||
@@ -505,7 +506,8 @@ namespace MediaBrowser.Server.Implementations.Session
|
||||
Item = libraryItem,
|
||||
Users = users,
|
||||
PlaybackPositionTicks = session.PlayState.PositionTicks,
|
||||
MediaSourceId = session.PlayState.MediaSourceId
|
||||
MediaSourceId = session.PlayState.MediaSourceId,
|
||||
MediaInfo = info.Item
|
||||
|
||||
}, _logger);
|
||||
}
|
||||
@@ -574,7 +576,8 @@ namespace MediaBrowser.Server.Implementations.Session
|
||||
Users = users,
|
||||
PlaybackPositionTicks = info.PositionTicks,
|
||||
PlayedToCompletion = playedToCompletion,
|
||||
MediaSourceId = info.MediaSourceId
|
||||
MediaSourceId = info.MediaSourceId,
|
||||
MediaInfo = info.Item
|
||||
|
||||
}, _logger);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user