aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Server.Implementations/Sqlite/SQLiteRepository.cs
diff options
context:
space:
mode:
authorLuke Pulverenti <luke.pulverenti@gmail.com>2013-04-19 18:09:29 -0400
committerLuke Pulverenti <luke.pulverenti@gmail.com>2013-04-19 18:09:29 -0400
commit7f719e53a0525a89dabd95baf341cbe837b96241 (patch)
tree9829f2ffa98c511514f90bab58d4b41c26cf7241 /MediaBrowser.Server.Implementations/Sqlite/SQLiteRepository.cs
parentde038ac029f5c5a8203df8e50083608ad30feb36 (diff)
cleanup images task
Diffstat (limited to 'MediaBrowser.Server.Implementations/Sqlite/SQLiteRepository.cs')
-rw-r--r--MediaBrowser.Server.Implementations/Sqlite/SQLiteRepository.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/MediaBrowser.Server.Implementations/Sqlite/SQLiteRepository.cs b/MediaBrowser.Server.Implementations/Sqlite/SQLiteRepository.cs
index 6179af1cb..575cd81ba 100644
--- a/MediaBrowser.Server.Implementations/Sqlite/SQLiteRepository.cs
+++ b/MediaBrowser.Server.Implementations/Sqlite/SQLiteRepository.cs
@@ -329,7 +329,7 @@ namespace MediaBrowser.Server.Implementations.Sqlite
{
throw new ArgumentNullException("reader");
}
-
+
var memoryStream = new MemoryStream();
var num = 0L;
var array = new byte[4096];