~ubuntu-branches/ubuntu/vivid/guayadeque/vivid

« back to all changes in this revision

Viewing changes to src/LastFM.cpp

  • Committer: Package Import Robot
  • Author(s): Artur Rona
  • Date: 2014-12-29 01:09:05 UTC
  • mfrom: (12.1.3 sid)
  • Revision ID: package-import@ubuntu.com-20141229010905-r5m8w9224bt0nm05
Tags: 0.3.7~ds0-2.1ubuntu1
* Merge from Debian unstable.  Remaining changes:
  - debian/control, debian/patches/05-diable-indicate.patch:
    + Disable indicator, as mpris only is needed for sound
      menu integration?!

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
// -------------------------------------------------------------------------------- //
2
 
//      Copyright (C) 2008-2012 J.Rios
 
2
//      Copyright (C) 2008-2013 J.Rios
3
3
//      anonbeat@gmail.com
4
4
//
5
5
//    This Program is free software; you can redistribute it and/or modify
149
149
 
150
150
                if( !RetVal.IsEmpty() )
151
151
                {
152
 
                    DbCache->SetContent( UrlStr, RetVal );
 
152
                    DbCache->SetContent( UrlStr, RetVal, guDBCACHE_TYPE_LASTFM );
153
153
                }
154
154
 
155
155
                free( Buffer );