aboutsummaryrefslogtreecommitdiff
path: root/Emby.Server.Implementations/Data/SqliteUserDataRepository.cs
diff options
context:
space:
mode:
authorLuke Pulverenti <luke.pulverenti@gmail.com>2017-09-08 12:13:58 -0400
committerLuke Pulverenti <luke.pulverenti@gmail.com>2017-09-08 12:13:58 -0400
commitadc22b5e811ff1d570946a65b94930c1c338c7d3 (patch)
treea36814db6b9c099fc5ead90d9a8967c0ef6d6c38 /Emby.Server.Implementations/Data/SqliteUserDataRepository.cs
parent33e31d246f124581fdd112bc2973c85ca1c68d07 (diff)
rework epg storage
Diffstat (limited to 'Emby.Server.Implementations/Data/SqliteUserDataRepository.cs')
-rw-r--r--Emby.Server.Implementations/Data/SqliteUserDataRepository.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Emby.Server.Implementations/Data/SqliteUserDataRepository.cs b/Emby.Server.Implementations/Data/SqliteUserDataRepository.cs
index d078a31c9..ef1d7ba44 100644
--- a/Emby.Server.Implementations/Data/SqliteUserDataRepository.cs
+++ b/Emby.Server.Implementations/Data/SqliteUserDataRepository.cs
@@ -94,7 +94,7 @@ namespace Emby.Server.Implementations.Data
{
get
{
- return false;
+ return true;
}
}