diff options
| author | Chris Blake <1481712+chrisb92@users.noreply.github.com> | 2023-02-01 18:17:18 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-02-01 11:17:18 -0700 |
| commit | ad5b83781a7d3d2ddbd2903890031257952a05f7 (patch) | |
| tree | e14e16b00e0213de9900b13847383b64dc432638 /Jellyfin.sln.DotSettings | |
| parent | 992b460912f3100f126bc4db0fe042fd4aefee7c (diff) | |
Add 404 response to MarkPlayedItem/MarkUnplayedItem (#9211)
Fixes https://github.com/jellyfin/jellyfin/issues/9120
Diffstat (limited to 'Jellyfin.sln.DotSettings')
| -rw-r--r-- | Jellyfin.sln.DotSettings | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Jellyfin.sln.DotSettings b/Jellyfin.sln.DotSettings new file mode 100644 index 000000000..b56741648 --- /dev/null +++ b/Jellyfin.sln.DotSettings @@ -0,0 +1,3 @@ +<wpf:ResourceDictionary xml:space="preserve" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:s="clr-namespace:System;assembly=mscorlib" xmlns:ss="urn:shemas-jetbrains-com:settings-storage-xaml" xmlns:wpf="http://schemas.microsoft.com/winfx/2006/xaml/presentation"> + <s:Boolean x:Key="/Default/UserDictionary/Words/=Jellyfin/@EntryIndexedValue">True</s:Boolean> + <s:Boolean x:Key="/Default/UserDictionary/Words/=Playstate/@EntryIndexedValue">True</s:Boolean></wpf:ResourceDictionary>
\ No newline at end of file |
