Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
T
transfer-engine
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
mer-core
transfer-engine
Commits
515ed846
Commit
515ed846
authored
Feb 05, 2014
by
Marko Mattila
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Now actually using description instead of a title when item sharing is restarted.
parent
feed571f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/dbmanager.cpp
src/dbmanager.cpp
+1
-1
No files found.
src/dbmanager.cpp
View file @
515ed846
...
...
@@ -766,7 +766,7 @@ MediaItem * DbManager::mediaItem(int key) const
// this point if there isn't anything...
if
(
query
.
next
())
{
item
->
setValue
(
MediaItem
::
Title
,
query
.
value
(
rec
.
indexOf
(
"title"
)));
item
->
setValue
(
MediaItem
::
Title
,
query
.
value
(
rec
.
indexOf
(
"description"
)));
item
->
setValue
(
MediaItem
::
Description
,
query
.
value
(
rec
.
indexOf
(
"description"
)));
}
query
.
finish
();
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment