diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2020-05-30 14:52:26 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2020-05-30 14:52:26 +0900 |
commit | 32381684a2eecaaa43616d5bc8ab51780d42e336 (patch) | |
tree | 832f6a82dd958e9a9d0a7baf3a486cad155e592d /tdeioslave/media/mediamanager/linuxcdpolling.h | |
parent | fadfb67a5c1fc28d4b724a51e36dbe03d8fdd196 (diff) | |
download | tdebase-32381684a2eecaaa43616d5bc8ab51780d42e336.tar.gz tdebase-32381684a2eecaaa43616d5bc8ab51780d42e336.zip |
Improved support for bluray discs.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'tdeioslave/media/mediamanager/linuxcdpolling.h')
-rw-r--r-- | tdeioslave/media/mediamanager/linuxcdpolling.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tdeioslave/media/mediamanager/linuxcdpolling.h b/tdeioslave/media/mediamanager/linuxcdpolling.h index 3dec7e3ee..fc4947470 100644 --- a/tdeioslave/media/mediamanager/linuxcdpolling.h +++ b/tdeioslave/media/mediamanager/linuxcdpolling.h @@ -1,5 +1,5 @@ /* This file is part of the KDE Project - Copyright (c) 2004 Kévin Ottens <ervin ipsquad net> + Copyright (c) 2004 Kévin Ottens <ervin ipsquad net> This library is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public @@ -30,7 +30,7 @@ class DiscType { public: enum Type { None, Unknown, Audio, Data, DVD, Mixed, - Blank, VCD, SVCD, UnknownType, Broken }; + Blank, VCD, SVCD, BLURAY, UnknownType, Broken }; DiscType(Type type = Unknown); |